WebPageContext.Page Property

Definition

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.

Applies to