| JavascriptBindingSettingsLegacyBindingEnabled Property  | 
Version 105.3.390 
            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.
            
 
    Namespace: 
   CefSharp.JavascriptBinding
    Assembly:
   CefSharp (in CefSharp.dll) Version: 105.3.390.0 (105.3.390.0)
 Syntax
Syntaxpublic bool LegacyBindingEnabled { get; set; }public:
property bool LegacyBindingEnabled {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean See Also
See Also