Gets the Response object provided by the HTTP Runtime, which allows developers to send HTTP response data to a client browser.
[Visual Basic] Public ReadOnly Property Response As HttpResponse [C#] public HttpResponse Response {get;} [C++] public: __property HttpResponse* get_Response(); [JScript] public function get Response() : HttpResponse;
The current state of the HttpResponse class.
Exception Type | Condition |
---|---|
HttpException | The response data is not available. |
Page Class | Page Members | System.Web.UI Namespace | HttpResponse