码迷,mamicode.com
首页 > Web开发 > 详细

ASP .NET Response类型

时间:2017-11-27 18:47:03      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:app   docx   tty   html   c#   ons   asp   class   plain   

.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类型

标签:app   docx   tty   html   c#   ons   asp   class   plain   

原文地址:http://www.cnblogs.com/Lulus/p/7905380.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!