HtmlHelper.UnobtrusiveJavaScriptEnabled Property

Gets or sets a value that indicates whether unobtrusive JavaScript is enabled.

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

'Declaration
Public Shared Property UnobtrusiveJavaScriptEnabled As Boolean 
	Get 
	Set
'Usage
Dim value As Boolean 

value = HtmlHelper.UnobtrusiveJavaScriptEnabled 

HtmlHelper.UnobtrusiveJavaScriptEnabled = value

Property Value

Type: System.Boolean
true if unobtrusive JavaScript is enabled; otherwise, false.
Show: