.ContentType
.htm,.html Response.ContentType = "text/HTML";
.txt Response.ContentType= "text/plain";
.doc,.rtf, .docx Response.ContentType = "Application/msword";
.xls,.xlsx Response.ContentType = "Application/x-msexcel";
.jpg,.jpeg Response.ContentType = "image/jpeg";
.gif Response.ContentType = "image/GIF";
.pdf Response.ContentType= "application/pdf";
ASP .NET Response类型
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。
推荐阅读更多精彩内容
- 原文地址:https://www.tpeczek.com/2017/08/aspnet-core-response...
- 1. Model 2. Controller 3. View 注:(1)View里面@Model就是传递过来...