c#导出文件,下载文件,命名下载后的文件名时间:2023-03-09 17:29:22 Page.Response.AppendHeader("Content-Disposition", "attachment;filename=" + HttpUtility.UrlEncode(Path.GetFileName(filePath), System.Text.Encoding.UTF8)); 想要下载后文件显示什么文件名,在filename= 这里设置