ViewMasterPage(Of TModel).Html Property

Gets the HTML for the master page.

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

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

value = instance.Html

Property Value

Type: System.Web.Mvc.HtmlHelper(Of TModel)
The HTML for the master page.
Show: