| NavigationMode Enumeration |
Specifies the navigation stack characteristics of a navigation.
Namespace:
Windows.UI.Xaml.Navigation
Assembly:
Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax public enum NavigationMode
Members
| Member name | Value | Description |
---|
| New | 0 |
Navigation is to a new instance of a page (not going forward or backward in the stack).
|
| Back | 1 |
Navigation is going backward in the stack.
|
| Forward | 2 |
Navigation is going forward in the stack.
|
| Refresh | 3 |
Navigation is to the current page (perhaps with different data).
|
See Also