CefSettings JavaScriptFlags Property Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

Custom flags that will be used when initializing the V8 JavaScript engine. The consequences of using custom flags may not be well tested. Also configurable using the "js-flags" command-line switch.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public string JavaScriptFlags { get; set; }

Property Value

Type: OnlineString
See Also