CefSettingsUserDataPath Property |
Version 55.0.0
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 ("~/.cef_user_data" directory on Linux,
"~/Library/Application Support/CEF/User Data" directory on Mac OS X,
"Local Settings\Application Data\CEF\User Data" directory under the user
profile directory on Windows).
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 55.0.0.0
Syntax public string UserDataPath { get; set; }
public:
property String^ UserDataPath {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also