WebPage.Html Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.