NavigationFinishedEventArgsWasServerRedirect Property  | 
 
                Indicates whether the navigation has encountered a server redirect.
            
 
    Namespace: 
   DotNetBrowser.Navigation.Events
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.0
Syntaxpublic bool WasServerRedirect { get; }Property Value
Type: 
Booleantrue if the navigation has encountered a server redirect, 
false otherwise.
See Also