Table of Contents

Property CurrentIndex

Namespace
DotNetBrowser.Navigation
Assembly
DotNetBrowser.dll

CurrentIndex

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

int CurrentIndex { get; }

Property Value

int

The index of the current item in the back-forward list or -1 if the list is empty.

Exceptions

ObjectDisposedException

The INavigation has already been disposed.

ConnectionClosedException

The connection to the Chromium engine is closed.