HelperPage.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 static System.Web.WebPages.Html.HtmlHelper Html { get; }
member this.Html : System.Web.WebPages.Html.HtmlHelper
Public Shared ReadOnly Property Html As HtmlHelper
Property Value
An object that supports rendering HTML form controls in a page.