NavigationFinishedEventArgsErrorCode Property |
Gets the navigation error code.
Namespace:
DotNetBrowser.Navigation.Events
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public NetError ErrorCode { get; }
Property Value
Type:
NetError
The navigation error code. In case the navigation has failed, contains the error code of the
network error.
See Also