DotNetBrowser
1.21.5
|
Provides an ability to navigate by backward and forward lists. More...
Public Member Functions | |
bool | Forward (int offset=1) |
Moves current entry pointer forward and reloads the page. More... | |
bool | Back (int offset=1) |
Moves current entry pointer back and reloads the page. More... | |
bool | GoTo (INavigationEntry entry) |
Navigates to the specified navigation entry. More... | |
bool | GoTo (int offset) |
Navigates to the entry with specified index. More... | |
bool | Remove (INavigationEntry entry) |
Removes specified navigation entry from entry list. More... | |
bool | Remove (int index) |
Removes navigation entry with specified index from entry list. More... | |
Properties | |
ReadOnlyCollection< INavigationEntry > | Entries [get] |
Contains all backward and forward navigation entries. More... | |
INavigationEntry | CurrentEntry [get] |
Returns current navigation entry. More... | |
Provides an ability to navigate by backward and forward lists.
bool DotNetBrowser.IBackForwardNavigator.Back | ( | int | offset = 1 | ) |
Moves current entry pointer back and reloads the page.
offset | Offset of the backward page |
bool DotNetBrowser.IBackForwardNavigator.Forward | ( | int | offset = 1 | ) |
Moves current entry pointer forward and reloads the page.
offset | Offset of the forward page |
bool DotNetBrowser.IBackForwardNavigator.GoTo | ( | INavigationEntry | entry | ) |
Navigates to the specified navigation entry.
bool DotNetBrowser.IBackForwardNavigator.GoTo | ( | int | offset | ) |
Navigates to the entry with specified index.
offset | Navigation entry index |
bool DotNetBrowser.IBackForwardNavigator.Remove | ( | INavigationEntry | entry | ) |
Removes specified navigation entry from entry list.
bool DotNetBrowser.IBackForwardNavigator.Remove | ( | int | index | ) |
Removes navigation entry with specified index from entry list.
index | Navigation entry index |
|
get |
Returns current navigation entry.
|
get |
Contains all backward and forward navigation entries.