Property IncognitoEnabled
- Namespace
- DotNetBrowser.Engine
- Assembly
- DotNetBrowser.dll
IncognitoEnabled
Enables or disables the incognito mode for the IEngine instance.
public bool IncognitoEnabled { get; set; }
Property Value
- bool
true
if the incognito mode is enabled,false
otherwise.
Remarks
In the incognito mode the user data such as browsing history, cookies, site data, and the
information entered in forms are stored in memory and released once you close the Engine
.