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.16.0
SyntaxINavigationEntry EntryAt(
	int index
)
Parameters
- index
 - Type: SystemInt32
The location of the item to return in the back-forward list. 
Return Value
Type: 
INavigationEntryThe navigation entry that corresponds to the index.
Exceptions| Exception | Condition | 
|---|
| 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. | 
See Also