Share via


HelperPage.PageContext Property

Gets and sets the HTTP context for the web page.

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

Syntax

'Declaration
Public Shared Property PageContext As WebPageContext 
    Get 
    Set
'Usage
Dim value As WebPageContext 

value = HelperPage.PageContext 

HelperPage.PageContext = value
public static WebPageContext PageContext { get; set; }
public:
static property WebPageContext^ PageContext {
    WebPageContext^ get ();
    void set (WebPageContext^ value);
}
static member PageContext : WebPageContext with get, set
static function get PageContext () : WebPageContext 
static function set PageContext (value : WebPageContext)

Property Value

Type: System.Web.WebPages.WebPageContext
The HTTP context for the web page.

See Also

Reference

HelperPage Class

System.Web.WebPages Namespace