AbstractCefSettingsRootCachePath Property |
Version 75.1.140
The root directory that all CefSettings.CachePath and RequestContextSettings.CachePath values
must have in common. If this value is empty and CefSettings.CachePath is non-empty then this
value will default to the CefSettings.CachePath value. Failure to set this value correctly
may result in the sandbox blocking read/write access to the CachePath directory.
NOTE: CefSharp does not implement the CHROMIUM SANDBOX.
A non-empty RootCachePath can be used in conjuncation with an empty CefSettings.CachePath
in instances where you would like browsers attached to the Global RequestContext (the default)
created in "incognito mode" and instances created with a custom RequestContext using a disk based cache.
Namespace:
CefSharp
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 75.1.140.0
Syntax public string RootCachePath { get; set; }
public:
property String^ RootCachePath {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also