AbstractCefSettingsUserDataPath Property |
Version 79.1.350
The location where user data such as spell checking dictionary files will be stored on disk. If empty then the default
platform-specific user data directory will be used ("Local Settings\Application Data\CEF\User Data" directory under the user
profile directory on Windows).
Namespace:
CefSharp
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 76.1.90.0
Syntax public string UserDataPath { get; set; }
public:
property String^ UserDataPath {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also