HelperPage.PageContext Property

Definition

Gets and sets the HTTP context for the web page.

public static System.Web.WebPages.WebPageContext PageContext { get; set; }
member this.PageContext : System.Web.WebPages.WebPageContext with get, set
Public Shared Property PageContext As WebPageContext

Property Value

The HTTP context for the web page.

Applies to