CefSettingsBaseJavascriptFlags Property  | 
Version 106.0.290 
            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: 
   CefSharp
    Assembly:
   CefSharp.Core (in CefSharp.Core.dll) Version: 106.0.290.0
Syntaxpublic string JavascriptFlags { get; set; }public:
property String^ JavascriptFlags {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String
See Also