Method GoBack
- Namespace
- DotNetBrowser.Navigation
- Assembly
- DotNetBrowser.dll
GoBack()
Loads the previous location in the back-forward list. It does nothing if there's no previous location in the list.
Task<NavigationResult> GoBack()
Returns
- Task<NavigationResult>
A task that represents the asynchronous navigation operation. The NavigationResult indicates if the navigation operation has been completed, stopped or failed. The task can throw TimeoutException if the navigation operation hasn't been completed within a default timeout (100 seconds).
Exceptions
- ObjectDisposedException
The INavigation has already been disposed.