ViewMasterPage(TModel).Html Property

Gets the HTML for the master page.

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

function get Html () : HtmlHelper<TModel>

Property Value

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