Share via


NavigationRequestType Enum

Definition

Specifies the type of navigation operation.

public enum class NavigationRequestType
public enum NavigationRequestType
type NavigationRequestType = 
Public Enum NavigationRequestType
Inheritance
NavigationRequestType

Fields

Name Value Description
Unknown 0

Unknown navigation type.

Push 1

Push a page onto the navigation stack.

Pop 2

Pop a page from the navigation stack.

PopToRoot 3

Pop all pages to root.

Insert 4

Insert a page into the navigation stack.

Remove 5

Remove a page from the navigation stack.

Applies to