Response.
collection|property|method
Response.Buffer |
Indicates whether page output is
buffered. |
Response.CacheControl |
Sets a header to notify proxy servers or other cache mechanisms
whether they can cache the output generated by ASP. |
Response.Charset |
Appends the name of the character set to the content-type
header. The character set specifies for the browser how to display
characters. |
Response.CodePage |
Sets the codepage for data in the intrinsic objects for one
response. The codepage specifies for the server how to encode
characters for different languages. |
Response.ContentType |
Specifies the HTTP content type for the response. |
Response.Expires |
Specifies the length of time before a page cached on a browser
expires. |
Response.ExpiresAbsolute |
Specifies the date and time on which a page cached on a browser
expires. |
Response.IsClientConnected |
Indicates whether the client has disconnected from the
server. |
Response.LCID |
Sets the LCID for data for one response. The LCID refers to how
dates, times, and currency are formatted for a specific
geographical locale. |
Response.PICS |
Set the value for the pics-label response header to indicate
the PICS content rating. |
Response.Status |
The value of the status line returned by the server. |