Navigation Attached Properties
Provides members that support navigation within Windows Modern UI applications.| Name | Description |
|---|---|
| NavigateTo static | Gets or sets the navigation destination for the specific element. |
| NavigationHandler static | Gets or sets the handler for navigation events which occur for the specific object. |
| NavigationParameter static | Gets or sets the specific parameter passed when navigating through Views. |
| NavigationTarget static | Gets or sets the NavigationFrame that manages navigation invoked by the current element. |
| SaveToNavigationJournal static | Gets or sets whether to save information about navigation steps to the navigation journal. This is an attached property. |
See Also