JavascriptBindingSettingsJavascriptBindingApiEnabled Property |
Version 130.1.90
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.JavascriptBindingAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntaxpublic bool JavascriptBindingApiEnabled { get; set; }
public:
property bool JavascriptBindingApiEnabled {
bool get ();
void set (bool value);
}
Property Value
Boolean
See Also