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 propertyCookies
Gets the response cookie collection.
Public propertyHeaderEncoding
Gets or sets the encoding for the header of the current response.
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