Journal Methods
Stores the overall navigation information for a specific NavigationFrame.| Name | Description |
|---|---|
| ClearNavigationCache() | Removes all cached content of the NavigationFrame pages. |
| ClearNavigationHistory() | Clears the navigation history. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| GoBack() | Navigates back to the previously displayed application screen (View). |
| GoBack(Object) | Navigates to a previously viewed container and passes specific data to it. |
| GoForward(Object) | Discards the back navigation and passes specific data to the NavigationFrame page that will be shown. |
| GoHome() | Navigates back to the NavigationFrame‘s root View. |
| GoHome(Object) | Navigates back to the home page stored within the NavigationFrame.Source property. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| Navigate(Object, Object, Boolean) | Navigates to any container stored as an entry within this Journal and passes a parameter to this activated NavigationFrame page. |
| Navigate(Object, Object) | Navigates to a previously visited application screen. The second parameter allows you to pass required data as a parameter. |
| PushInForwardStack(Object) | Places a required object into this journal’s forward stack (the Journal.ForwardStack collection). |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also