HttpBrowserCapabilitiesWrapper.EcmaScriptVersion Property

Definition

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

public:
 virtual property Version ^ EcmaScriptVersion { Version ^ get(); };
public override Version EcmaScriptVersion { get; }
member this.EcmaScriptVersion : Version
Public Overrides ReadOnly Property EcmaScriptVersion As Version

Property Value

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

Applies to