Click or drag to resize

INavigationCanGoForward Method

Checks whether the next location can be loaded.

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

Return Value

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