NavigationRequestType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |