ViewMasterPage<TModel>.Html Property

Definition

Gets the HTML for the master page.

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 master page.

Applies to