application / vnd.xls和application / vnd.ms-excel之间的区别

时间:2017-06-20 19:03:26

标签: c# .net asp.net-mvc excel epplus

在我的c#.NET MVC应用程序中,您可以下载一个excel文件(使用Nuget EPPlus)。要将文件发送给用户,我按照以下方式设置内容类型:

System.Web.HttpContext.Current.Response.ContentType = "application/vnd.xls";

有什么区别:

System.Web.HttpContext.Current.Response.ContentType = "application/vnd.ms-excel";

我应该使用哪一个?

0 个答案:

没有答案