WebPageBase.Page Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides property-like access to page data that is shared between pages, layout pages, and partial pages.
public override dynamic Page { get; }
member this.Page : obj
Public Overrides ReadOnly Property Page As Object
Property Value
An object that contains page data.