StartPage.Context Property

Definition

Gets or sets the context of the ChildPage 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 context of the ChildPage page.

Applies to