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)

public:
virtual property HtmlHelper<Object^>^ Html {
	HtmlHelper<Object^>^ get () sealed;
}

Property Value

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