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