Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the HTML for the view.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public ReadOnly Property Html As HtmlHelper(Of Object)
Get
public HtmlHelper<Object> Html { get; }
public:
property HtmlHelper<Object^>^ Html {
HtmlHelper<Object^>^ get ();
}
Property Value
Type: System.Web.Mvc.HtmlHelper<Object>
The HTML for the view.