FileContentResult内容类型

时间:2019-05-20 23:51:47

标签: c# asp.net-mvc

我正在使用MVC下载XML文件。 XML的内容类型是什么?为什么内容类型未在某处列出?我在FileContentResult类中进行搜索,但仅描述ContentTyp的含义,而不是所有可能的值。

要返回Excel文件,我正在使用:

return File(ep.GetAsByteArray(), "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet");

因此,对于excel ContentType是:

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

什么是XML文件的ContentType? 某处是否列出了不同的内容类型?

0 个答案:

没有答案