ViewMasterPage<TModel>::Html Property

Visual Studio 2010

Gets the HTML for the master page.

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

public:
property HtmlHelper<TModel>^ Html {
	HtmlHelper<TModel>^ get ();
}

Property Value

Type: System.Web.Mvc::HtmlHelper<TModel>
The HTML for the master page.

Community Additions

ADD
Show: