Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
Gets the HTML for the master page.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public ReadOnly Property Html As HtmlHelper(Of TModel)
Get
public HtmlHelper<TModel> Html { get; }
public:
property HtmlHelper<TModel>^ Html {
HtmlHelper<TModel>^ get ();
}
Property Value
Type: System.Web.Mvc.HtmlHelper<TModel>
The HTML for the master page.