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)

'Declaration
Public ReadOnly Property Html As HtmlHelper(Of Object)
	Get
'Usage
Dim instance As ViewStartPage 
Dim value As HtmlHelper(Of Object)

value = instance.Html

Property Value

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