Click or drag to resize

JavascriptBindingSettingsJavascriptBindingApiEnabled Property

Version 94.4.20
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: 94.4.20.0 (94.4.20.0)
Syntax
public bool JavascriptBindingApiEnabled { get; set; }

Property Value

Type: Boolean
See Also