JavascriptBindingSettingsJavascriptBindingApiEnabled Property  | 
Version 108.4.130 
            The Javascript methods that CefSharp provides in relation to JavaScript Binding are
            created using a Global (window) Object. Settings this property allows you to disable
            the creation of this object. Features like EvaluateScriptAsPromiseAsync that rely on
            the creation of this object will no longer function.
            
 
    Namespace: 
   CefSharp.JavascriptBinding
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic bool JavascriptBindingApiEnabled { get; set; }public:
property bool JavascriptBindingApiEnabled {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also