ViewUserControl<TModel>.Html Property

Definition

Gets the HTML for the view.

public System.Web.Mvc.HtmlHelper<TModel> Html { get; }
member this.Html : System.Web.Mvc.HtmlHelper<'Model>
Public ReadOnly Property Html As HtmlHelper(Of TModel)

Property Value

The HTML for the view.

Applies to