Click or drag to resize

CefSharpSettingsLegacyJavascriptBindingEnabled Property

Version 81.3.100
Objects registered using RegisterJsObject and RegisterAsyncJsObject 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: Set this before your first call to RegisterJsObject or RegisterAsyncJsObject

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 81.3.100.0 (81.3.100.0)
Syntax
public static bool LegacyJavascriptBindingEnabled { get; set; }

Property Value

Type: Boolean
See Also