NavigationFinishedEventArgsIsErrorPage Property |
Indicates whether the navigation resulted in an error page.
Namespace:
DotNetBrowser.Navigation.Events
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public bool IsErrorPage { get; }
Property Value
Type:
Booleantrue if the navigation resulted in an error page,
false otherwise.
See Also