Platform SDK: IIS SDK |
The ContentType property specifies the HTTP content type for the response. If no ContentType is specified, the default is text/HTML.
Response.ContentType [= ContentType ]
The following example sets the content type to Channel Definition Format (CDF).
<% Response.ContentType =index.html "application/x-cdf" %>
The following examples set the ContentType property to other common values.
<% Response.ContentType =index.html "text/HTML" %>
<% Response.ContentType = "image/GIF" %>
<% Response.ContentType = "image/JPEG" %>
<% Response.ContentType = "text/plain" %>
<% Response.ContentType = "image/JPEG" %>
Platforms: Windows 2000 with IIS 5.0 installed,
Windows XP with IIS 5.1 installed,
Windows Server 2003 family with IIS 6.0 installed
What did you think of this topic? |
Order a Platform SDK CD |