Share via


ViewStartPage.Html Property

When implemented in a derived class, gets the HTML markup for the view start page.

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

Syntax

'Declaration
Public ReadOnly Property Html As HtmlHelper(Of Object)
'Usage
Dim instance As ViewStartPage
Dim value As HtmlHelper(Of Object)

value = instance.Html
public HtmlHelper<Object> Html { get; }
public:
virtual property HtmlHelper<Object^>^ Html {
    HtmlHelper<Object^>^ get () sealed;
}
final function get Html () : HtmlHelper<Object>

Property Value

Type: System.Web.Mvc.HtmlHelper<Object>
The HTML markup for the view start page.

See Also

Reference

ViewStartPage Class

System.Web.Mvc Namespace