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