HelperPage.Response Property

Definition

Gets the HttpResponse object for the current HTTP response.

public static System.Web.HttpResponseBase Response { get; }
member this.Response : System.Web.HttpResponseBase
Public Shared ReadOnly Property Response As HttpResponseBase

Property Value

An HttpResponse object that contains the HTTP-response information from an ASP.NET operation.

Applies to