ViewPage.Html Property

Gets or sets the HtmlHelper object that is used to render HTML elements.

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

'Declaration
Public Property Html As HtmlHelper(Of Object)
	Get 
	Set
'Usage
Dim instance As ViewPage 
Dim value As HtmlHelper(Of Object)

value = instance.Html

instance.Html = value

Property Value

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