用HTTP头指定下载文件名
Response.ContentType = "application/vnd.ms-excel";
Response.AddHeader("Content-Disposition", "filename=新采购商.xls");
Tag标签: HTTP 协议
- 1. 用HTTP头指定下载文件名2010-01-26
Response.ContentType = "application/vnd.ms-excel";
Response.AddHeader("Content-Disposition", "filename=新采购商.xls");