Click or drag to resize

INavigationCurrentIndex Property

Gets the index of the current navigation item in the back-forward list.

Namespace:  DotNetBrowser.Navigation
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
int CurrentIndex { get; }

Property Value

Type: Int32
The index of the current item in the back-forward list or -1 if the list is empty.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe INavigation has already been disposed.
ConnectionClosedExceptionThe connection to the Chromium engine is closed.
See Also