ViewUserControl(Of TModel).Html Property

Visual Studio 2010

Gets the HTML for the view.

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

'Declaration
Public ReadOnly Property Html As HtmlHelper(Of TModel)
	Get

Property Value

Type: System.Web.Mvc.HtmlHelper(Of TModel)
The HTML for the view.

Community Additions

ADD
Show: