StartPage::Page Property

Gets property-like access to ChildPage page data that is shared between pages, layout pages, and partial pages.

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

public:
virtual property Object^ Page {
	Object^ get () override;
}

Property Value

Type: System::Object
An object that contains ChildPage page data.
Show: