ViewUserControl<TModel>.Html Property

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 TModel)
    Get
'Usage
Dim instance As ViewUserControl 
Dim value As HtmlHelper(Of TModel)

value = instance.Html
public HtmlHelper<TModel> Html { get; }
public:
property HtmlHelper<TModel>^ Html {
    HtmlHelper<TModel>^ get ();
}
member Html : HtmlHelper<'TModel>
function get Html () : HtmlHelper<TModel>

Property Value

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

See Also

Reference

ViewUserControl<TModel> Class

System.Web.Mvc Namespace