ViewStartPage.Html Property

When implemented in a derived class, gets the HTML markup for the view start page.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

abstract Html : HtmlHelper<Object>
override Html : HtmlHelper<Object>

Property Value

Type: System.Web.Mvc.HtmlHelper(Object)
The HTML markup for the view start page.
Show: