Click or drag to resize

BrowserSettingsDatabases Property

Version 130.1.90
Controls whether databases can be used. Also configurable using the "disable-databases" command-line switch.

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public CefState Databases { get; set; }

Property Value

CefState

Implements

IBrowserSettingsDatabases
See Also