HttpBrowserCapabilitiesWrapper::EcmaScriptVersion Property

 

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() override;
}

Property Value

Type: System::Version^

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

.NET Framework
Available since 3.5
Return to top
Show: