Click or drag to resize

V8ScriptEngineFileNameExtension Property

Gets the script engine's recommended file name extension for script files.

Namespace:  Microsoft.ClearScript.V8
Assembly:  ClearScript.V8 (in ClearScript.V8.dll) Version: 7.2.3
Syntax
public override string FileNameExtension { get; }

Property Value

Type: String
Remarks
V8ScriptEngine instances return "js" for this property.
See Also