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.
For internal use by the Microsoft.Maui.Controls platform.
public enum class NavigationRequestType
public enum NavigationRequestType
type NavigationRequestType =
Public Enum NavigationRequestType
- Inheritance
-
NavigationRequestType
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | For internal use by the Microsoft.Maui.Controls platform. |
Push | 1 | For internal use by the Microsoft.Maui.Controls platform. |
Pop | 2 | For internal use by the Microsoft.Maui.Controls platform. |
PopToRoot | 3 | For internal use by the Microsoft.Maui.Controls platform. |
Insert | 4 | For internal use by the Microsoft.Maui.Controls platform. |
Remove | 5 | For internal use by the Microsoft.Maui.Controls platform. |