Method EntryAt
- Namespace
- DotNetBrowser.Navigation
- Assembly
- DotNetBrowser.dll
EntryAt(int)
Returns an INavigationEntry instance for the given index
in the back-forward list.
INavigationEntry EntryAt(int index)
Parameters
index
intThe location of the item to return in the back-forward list.
Returns
- INavigationEntry
The navigation entry that corresponds to the index.
Exceptions
- ArgumentOutOfRangeException
The
index
is less than 0 or more than the number of items in the back-forward list.- ObjectDisposedException
The INavigation has already been disposed.