JavascriptBindingSettingsJavascriptBindingApiEnabled Property |
Version 98.1.210
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: 98.1.210.0 (98.1.210.0)
Syntax public bool JavascriptBindingApiEnabled { get; set; }
public:
property bool JavascriptBindingApiEnabled {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also