Property Error
- Namespace
- DotNetBrowser.Navigation
- Assembly
- DotNetBrowser.dll
Error
Gets the network error associated with the navigation.
public NetError? Error { get; }
Property Value
- NetError?
The network error or
null
if there was no network error during the navigation.