NavigationMode NavigationMode NavigationMode NavigationMode Enum

Definition

Specifies the navigation stack characteristics of a navigation.

public : enum class NavigationModepublic enum NavigationModePublic Enum NavigationMode// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

Back Back Back Back

Navigation is going backward in the stack.

Forward Forward Forward Forward

Navigation is going forward in the stack.

New New New New

Navigation is to a new instance of a page (not going forward or backward in the stack).

Refresh Refresh Refresh Refresh

Navigation is to the current page (perhaps with different data).