NavigationResultError Property |
Gets the network error associated with the navigation.
Namespace:
DotNetBrowser.Navigation
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public Nullable<NetError> Error { get; }
Property Value
Type:
NullableNetErrorThe network error or
null if there was no network error during the navigation.
See Also