WebViewPage.Html Property

Definition

Gets or sets the HtmlHelper object that is used to render HTML elements.

public System.Web.Mvc.HtmlHelper<object> Html { get; set; }
member this.Html : System.Web.Mvc.HtmlHelper<obj> with get, set
Public Property Html As HtmlHelper(Of Object)

Property Value

The HtmlHelper object that is used to render HTML elements.

Applies to