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)

public:
virtual property HttpContextBase^ Context {
	HttpContextBase^ get () override;
	void set (HttpContextBase^ value) override;
}

Property Value

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