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)

static function get UnobtrusiveJavaScriptEnabled () : boolean 
static function set UnobtrusiveJavaScriptEnabled (value : boolean)

Property Value

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