首页 优化推广 Response.ContentType 详细列表

Response.ContentType 详细列表

来源: | 时间:2011/5/2 7:48:34 |

不同的ContentType 会影响客户端所看到的效果.默认的ContentType text/html 也就是网页格式.

代码如:

 

<% response.ContentType ="text/html" %>

<!--i nclude virtual="/ContentType.html" -->

显示的为网页

 

<% response.ContentType ="text/plain" %>

<!--i nclude virtual="/sscript/ContentType.html" -->

则会显示html原代码.

 

 

 

以下为一些常用的 ContentType

GIF images

<% response.ContentType ="image/gif" %>

<!--i nclude virtual="/myimage.gif" -->

 

 

JPEG images

<% response.ContentType ="image/jpeg" %>

<!--i nclude virtual="/myimage.jpeg" -->

 

 

TIFF images

<% response.ContentType ="image/tiff" %>

<!--i nclude virtual="/myimage.tiff" -->

 

 

MICROSOFT WORD document

<% response.ContentType ="application/msword" %>

<!--i nclude virtual="/myfile.doc" -->

 

 

RTF document

<% response.ContentType ="application/rtf" %>

<!--i nclude virtual="/myfile.rtf" -->

 

MICROSOFT EXCEL document

<% response.ContentType ="application/x-excel" %>

<!--i nclude virtual="/myfile.xls" -->

 

 

服务热线

153 8323 9821

功能和特性

价格和优惠

网站和维护

推广和优化

微信服务号