Click or drag to resize

NavigationFinishedEventArgsWasServerRedirect Property

Indicates whether the navigation has encountered a server redirect.

Namespace:  DotNetBrowser.Navigation.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public bool WasServerRedirect { get; }

Property Value

Type: Boolean
true if the navigation has encountered a server redirect, false otherwise.
See Also