HtmlHelper.UnobtrusiveJavaScriptEnabled Property

Definition

Gets or sets a value that indicates whether the page uses unobtrusive JavaScript for Ajax functionality.

public static bool UnobtrusiveJavaScriptEnabled { get; set; }
member this.UnobtrusiveJavaScriptEnabled : bool with get, set
Public Shared Property UnobtrusiveJavaScriptEnabled As Boolean

Property Value

true if the page uses unobtrusive JavaScript; otherwise, false.

Applies to