Share via


HelperPage.CurrentPage Property

Gets the current page for this helper page.

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

Syntax

'Declaration
Public Shared ReadOnly Property CurrentPage As WebPageRenderingBase 
    Get
'Usage
Dim value As WebPageRenderingBase 

value = HelperPage.CurrentPage
public static WebPageRenderingBase CurrentPage { get; }
public:
static property WebPageRenderingBase^ CurrentPage {
    WebPageRenderingBase^ get ();
}
static member CurrentPage : WebPageRenderingBase
static function get CurrentPage () : WebPageRenderingBase

Property Value

Type: System.Web.WebPages.WebPageRenderingBase
The current page.

See Also

Reference

HelperPage Class

System.Web.WebPages Namespace