WebPageContext.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.
Gets the WebPageRenderingBase object that is associated with a page.
public System.Web.WebPages.WebPageRenderingBase Page { get; }
member this.Page : System.Web.WebPages.WebPageRenderingBase
Public ReadOnly Property Page As WebPageRenderingBase
Property Value
The object that renders the page.