ASP .NET Response类型

.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";
posted @ 2017-11-27 18:03  Lulus  阅读(276)  评论(0编辑  收藏  举报