IBrowserSettingsDatabases Property |
Version 130.1.90
Controls whether databases can be used. Also configurable using the
"disable-databases" command-line switch.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax CefState Databases { get; set; }
property CefState Databases {
CefState get ();
void set (CefState value);
}
Property Value
CefStateSee Also