Click or drag to resize

INavigationGoForward Method

Loads the next location in the back-forward list. It does nothing if there's no next location in the list.

Namespace:  DotNetBrowser.Navigation
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
Task<LoadResult> GoForward()

Return Value

Type: TaskLoadResult
A task that represents the asynchronous navigation operation. The LoadResult indicates if the navigation operation has been completed, stopped or failed. The task can throw if the navigation operation hasn't been completed within a default timeout (100 seconds).
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe INavigation has already been disposed.
See Also