System.Web.UI Namespace Page Class
Returns the Response object associated with the page.
Script |
[ HttpResponse variable = ] Page.Response |
variable |
Returns the Response object associated with the current page. |
The property is read only with no default value.
Exception Type |
Condition |
HttpException |
Thrown if the Response object is not available. |
The Response object is used to send HTTP response data to a client and obtain information about that response.
Page Members HttpResponse Class