WebPage.Context Property

Definition

Gets or sets the HttpContextBase object that is associated with a page.

public override System.Web.HttpContextBase Context { get; set; }
member this.Context : System.Web.HttpContextBase with get, set
Public Overrides Property Context As HttpContextBase

Property Value

The current context data.

Applies to