ViewPage(Of TModel).Html Property

Visual Studio 2010

Gets or sets the HtmlHelper object that provides support for rendering elements.

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

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

Property Value

Type: System.Web.Mvc.HtmlHelper(Of TModel)
The HTML helper object that is associated with the view.

Community Additions

ADD
Show: