Click or drag to resize
IResponse Properties

The IResponse type exposes the following members.

Properties
  NameDescription
Public propertyCache
Gets the caching policy (such as expiration time, privacy settings, and vary clauses) of the current Web page.
Public propertyContentType
Gets content type of the current response or null if not set.
Public propertyCookies
Gets the response cookie collection.
Public propertyHeaders
Gets the collection of response headers.
Public propertyRedirectLocation
Gets or sets the value of the HTTP Location header.
Public propertyStatusCode
Gets or sets the HTTP status code of the output that is returned to the client.
Top
See Also