ShowNetErrorPageParametersNetError Property |
Gets the URL request error code.
Namespace:
DotNetBrowser.Navigation.Handlers
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public NetError NetError { get; }
Property Value
Type:
NetError
The URL request error code. In case the request has failed, contains the error code
of the network. Otherwise, has the default
Undefined value.
See Also