IHistoryApi Interface Members
In This Topic
The following tables list the members exposed by IHistoryApi.
Public Properties
| Name | Description |
 | Count | Gets the total number of page views stored in the history. |
 | Position | Gets the current position within the navigation history, indicating the current page view. |
Top
Public Methods
| Name | Description |
 | Clear | Clears all page views from the history, resetting the history state. |
 | MoveNext | Navigates forward to the next page view in the history, if available. |
 | MovePrev | Navigates backward to the previous page view in the history, if available. |
Top
See Also