StartNavigationParametersIsRedirect Property  | 
 
                Indicates whether it's a redirect.
            
 
    Namespace: 
   DotNetBrowser.Navigation.Handlers
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.3
Syntaxpublic bool IsRedirect { get; }Property Value
Type: 
Booleantrue if the navigation is a redirect, 
false otherwise.
See Also