CefSharpSettingsLegacyJavascriptBindingEnabled Property |
Version 87.1.132 Note: This API is now obsolete.
Objects registered using
Register(String, Object, Boolean, BindingOptions)
will be automatically bound when a V8Context is created. (Soon as the Javascript
context is created for a browser). This behaviour is like that seen with Javascript
Binding in version 57 and earlier.
NOTE: MUST be set before creating your first ChromiumWebBrowser instance.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntax [ObsoleteAttribute("Use chromiumWebBrowser.JavascriptObjectRepository.Settings.LegacyBindingEnabled = true; instead.Must be called before creating your first ChromiumWebBrowser instance.See https://github.com/cefsharp/CefSharp/issues/2977 for details.")]
public static bool LegacyJavascriptBindingEnabled { get; set; }
public:
[ObsoleteAttribute(L"Use chromiumWebBrowser.JavascriptObjectRepository.Settings.LegacyBindingEnabled = true; instead.Must be called before creating your first ChromiumWebBrowser instance.See https://github.com/cefsharp/CefSharp/issues/2977 for details.")]
static property bool LegacyJavascriptBindingEnabled {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also