Click or drag to resize

NavigationResultLoadResult Property

Gets the load result, which can be used to determine whether the navigation has succeeded, failed, or stopped.

Namespace:  DotNetBrowser.Navigation
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax
C#
public LoadResult LoadResult { get; }

Property Value

Type: LoadResult
One of the LoadResult values.
See Also