HttpCapabilitiesBase.JavaScript Property
.NET Framework 3.0
NOTE: This property is now obsolete.
Gets a value indicating whether the browser supports JavaScript. Namespace: System.Web.ConfigurationAssembly: System.Web (in system.web.dll)
[ObsoleteAttribute(L"The recommended alternative is the EcmaScriptVersion property. A Major version value greater than or equal to 1 implies JavaScript support. http://go.microsoft.com/fwlink/?linkid=14202")] public: property bool JavaScript { bool get (); }
/** @property */ public boolean get_JavaScript ()
public function get JavaScript () : boolean
Not applicable.
Property Value
true if the browser supports JavaScript; otherwise, false. The default is false.Community Additions
ADD
Show: