Click or drag to resize

ShowNetErrorPageParametersNetError Property

Gets the URL request error code.

Namespace:  DotNetBrowser.Navigation.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
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