HtmlHelper.UnobtrusiveJavaScriptEnabled Property

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

Namespace:  System.Web.WebPages.Html
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

Syntax

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

value = HtmlHelper.UnobtrusiveJavaScriptEnabled 

HtmlHelper.UnobtrusiveJavaScriptEnabled = value
public static bool UnobtrusiveJavaScriptEnabled { get; set; }
public:
static property bool UnobtrusiveJavaScriptEnabled {
    bool get ();
    void set (bool value);
}
static member UnobtrusiveJavaScriptEnabled : bool with get, set
static function get UnobtrusiveJavaScriptEnabled () : boolean 
static function set UnobtrusiveJavaScriptEnabled (value : boolean)

Property Value

Type: System.Boolean
true if the page uses unobtrusive JavaScript; otherwise, false.

See Also

Reference

HtmlHelper Class

System.Web.WebPages.Html Namespace