石家庄建站平台

十年经验 优惠价格 贴心服务

服务热线 15383239821

Response.ContentType 详细列表

发布时间:2011-05-02    来源:

不同的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" -->

 

 

还没开展互联网业务? 马上开始