StartPage.Context Property

Gets or sets the context of the ChildPage page.

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

override function get Context () : HttpContextBase 
override function set Context (value : HttpContextBase)

Property Value

Type: System.Web.HttpContextBase
The context of the ChildPage page.
Show: