Share via


WebPage.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 Property Html As HtmlHelper 
    Get 
    Private Set
'Usage
Dim instance As WebPage 
Dim value As HtmlHelper 

value = instance.Html
public HtmlHelper Html { get; private set; }
public:
property HtmlHelper^ Html {
    HtmlHelper^ get ();
    private: void set (HtmlHelper^ value);
}
member Html : HtmlHelper with get, private set
function get Html () : HtmlHelper 
private function set Html (value : HtmlHelper)

Property Value

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

See Also

Reference

WebPage Class

System.Web.WebPages Namespace