ViewMasterPage.Html Property

Definition

Gets the HTML for the master page.

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

Property Value

The HTML for the master page.

Applies to