Click or drag to resize

INavigationEntryAt Method

Returns an INavigationEntry instance for the given index in the back-forward list.

Namespace:  DotNetBrowser.Navigation
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
INavigationEntry EntryAt(
	int index
)

Parameters

index
Type: SystemInt32
The location of the item to return in the back-forward list.

Return Value

Type: INavigationEntry
The navigation entry that corresponds to the index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException The index is less than 0 or more than the number of items in the back-forward list.
ObjectDisposedExceptionThe INavigation has already been disposed.
See Also