Property UserDataDirectory
- Namespace
- DotNetBrowser.Engine
- Assembly
- DotNetBrowser.dll
UserDataDirectory
Gets an absolute path to the directory where the user data is stored.
public string UserDataDirectory { get; }
Property Value
- string
An absolute path to the directory where the user data is stored.
Remarks
The user data directory stores the data such as cache, cookies, history, GPU cache, local storage, visited links, web data, spell checking dictionary files, etc.
Important: the user data directory cannot be used at the same time by multiple IEngine instances running in a single or different applications.