HttpBrowserCapabilitiesBase::EcmaScriptVersion Property

 

When overridden in a derived class, gets the version number of ECMAScript (JavaScript) that the browser supports.

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

public:
property Version^ EcmaScriptVersion {
	virtual Version^ get();
}

Property Value

Type: System::Version^

The version number of ECMAScript (JavaScript) that the browser supports.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: