Share via


HelperPage.Html Property

Gets the HtmlHelper object that is associated with a page.

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

Syntax

'Declaration
Public Shared ReadOnly Property Html As HtmlHelper 
    Get
'Usage
Dim value As HtmlHelper 

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

Property Value

Type: System.Web.WebPages.Html.HtmlHelper
An object that supports rendering HTML form controls in a page.

See Also

Reference

HelperPage Class

System.Web.WebPages Namespace