Click or drag to resize

NavigationFinishedEventArgsIsErrorPage Property

Indicates whether the navigation resulted in an error page.

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

Property Value

Type: Boolean
true if the navigation resulted in an error page, false otherwise.
See Also