Property IsErrorPage
- Namespace
- DotNetBrowser.Navigation.Events
- Assembly
- DotNetBrowser.dll
IsErrorPage
Indicates whether the navigation resulted in an error page.
public bool IsErrorPage { get; }
Property Value
- bool
true
if the navigation resulted in an error page,false
otherwise.