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)

'Declaration
Public Overrides Property Context As HttpContextBase 
	Get 
	Set
'Usage
Dim instance As StartPage 
Dim value As HttpContextBase 

value = instance.Context

instance.Context = value

Property Value

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