Click or drag to resize

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
C#
public enum NavigationMode
Members
  Member nameValueDescription
New0 Navigation is to a new instance of a page (not going forward or backward in the stack).
Back1 Navigation is going backward in the stack.
Forward2 Navigation is going forward in the stack.
Refresh3 Navigation is to the current page (perhaps with different data).
See Also