Click or drag to resize

EngineOptionsBuilderUserDataDirectory Property

Gets or sets an absolute path to the directory where the user data is stored.

Namespace:  DotNetBrowser.Engine
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public string UserDataDirectory { get; set; }

Property Value

Type: 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.

See Also