Property IsRedirect
- Namespace
- DotNetBrowser.Navigation.Handlers
- Assembly
- DotNetBrowser.dll
IsRedirect
Indicates whether it's a redirect.
public bool IsRedirect { get; }
Property Value
- bool
trueif the navigation is a redirect,falseotherwise.
Indicates whether it's a redirect.
public bool IsRedirect { get; }
true if the navigation is a redirect, false otherwise.