ViewUserControl.Html Property

Gets the HTML for the view.

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

function get Html () : HtmlHelper<Object>

Property Value

Type: System.Web.Mvc.HtmlHelper(Object)
The HTML for the view.
Show: