Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 650 Bytes

navigationmode.md

File metadata and controls

35 lines (22 loc) · 650 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Navigation.NavigationMode
winrt enum

NavigationMode

-description

Specifies the navigation stack characteristics of a navigation.

-enum-fields

-field New:0

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

-field Back:1

Navigation is going backward in the stack.

-field Forward:2

Navigation is going forward in the stack.

-field Refresh:3

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

-remarks

-examples

-see-also