Click or drag to resize

INavigationCanGoBack Method

Checks whether the previous location can be loaded.

Namespace:  DotNetBrowser.Navigation
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
bool CanGoBack()

Return Value

Type: Boolean
true if the previous location in the back-forward list can be loaded.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe INavigation has already been disposed.
See Also