Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the WebPageRenderingBase object that is associated with a page.
Namespace: System.Web.WebPages
Assembly: System.Web.WebPages (in System.Web.WebPages.dll)
Syntax
'Declaration
Public Property Page As WebPageRenderingBase
Get
Friend Set
'Usage
Dim instance As WebPageContext
Dim value As WebPageRenderingBase
value = instance.Page
public WebPageRenderingBase Page { get; internal set; }
public:
property WebPageRenderingBase^ Page {
WebPageRenderingBase^ get ();
internal: void set (WebPageRenderingBase^ value);
}
member Page : WebPageRenderingBase with get, internal set
function get Page () : WebPageRenderingBase
internal function set Page (value : WebPageRenderingBase)
Property Value
Type: System.Web.WebPages.WebPageRenderingBase
The object that renders the page.