EngineOptionsIsIncognitoEnabled Property  | 
 
                Indicates whether the incognito mode for the 
IEngine instance is enabled.
            
 
    Namespace: 
   DotNetBrowser.Engine
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.2
Syntaxpublic bool IsIncognitoEnabled { get; }Property Value
Type: 
Booleantrue 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.
            
See Also