Asp Object 之:ContentType
2018-09-06 12:34
阅读:551
ContentType
ContentType 属性指定响应的 HTTP 内容类型。如果未指定 ContentType,默认为 text/HTML。
语法[= ContentType ] 参数 ContentType 描述内容类型的字符串。该字符串通常被格式化为类型/子类型,其中类型是常规内容范畴而子类为特定内容类型。有关支持内容类型的完整列表,请参阅 Web浏览器文档或当前的 HTTP 规格说明。 示例
下面的示例将内容类型设置为 Channel Definition Format(CDF)。
下面的示例将 ContentType 属性设置为其他的常见值。
<% Response.ContentType = text/HTML %> <% Response.ContentType = image/GIF %> <% Response.ContentType = image/JPEG %> 应用于
Response 对象
上一篇:ASP如何获取真实IP地址
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:Asp Object 之:ContentType
文章链接:http://soscw.com/index.php/essay/10459.html
文章标题:Asp Object 之:ContentType
文章链接:http://soscw.com/index.php/essay/10459.html
评论
亲,登录后才可以留言!