Share via


HelperPage.Response Property

Gets the HttpResponse object for the current HTTP response.

Namespace:  System.Web.WebPages
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

Syntax

'Declaration
Public Shared ReadOnly Property Response As HttpResponseBase 
    Get
'Usage
Dim value As HttpResponseBase 

value = HelperPage.Response
public static HttpResponseBase Response { get; }
public:
static property HttpResponseBase^ Response {
    HttpResponseBase^ get ();
}
static member Response : HttpResponseBase
static function get Response () : HttpResponseBase

Property Value

Type: System.Web.HttpResponseBase
An HttpResponse object that contains the HTTP-response information from an ASP.NET operation.

See Also

Reference

HelperPage Class

System.Web.WebPages Namespace