ViewStartPage.Html Property

Definition

When implemented in a derived class, gets the HTML markup for the view start 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 markup for the view start page.

Applies to