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 member UnobtrusiveJavaScriptEnabled : bool with get, set

Property Value

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