WebPage.Html Property

Definition

Gets the HtmlHelper object that is associated with a page.

public System.Web.WebPages.Html.HtmlHelper Html { get; }
member this.Html : System.Web.WebPages.Html.HtmlHelper
Public ReadOnly Property Html As HtmlHelper

Property Value

An object that can render HTML form controls in a page.

Applies to