NavigationModel Class
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 Xamarin.Forms platform.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public class NavigationModel
type NavigationModel = class
- Inheritance
-
System.ObjectNavigationModel
- Attributes
-
System.ComponentModel.EditorBrowsableAttribute
Constructors
NavigationModel() |
For internal use by the Xamarin.Forms platform. |
Properties
CurrentPage |
For internal use by the Xamarin.Forms platform. |
Modals |
For internal use by the Xamarin.Forms platform. |
Roots |
For internal use by the Xamarin.Forms platform. |
Tree |
For internal use by the Xamarin.Forms platform. |
Methods
Clear() |
For internal use by the Xamarin.Forms platform. |
InsertPageBefore(Page, Page) |
For internal use by the Xamarin.Forms platform. |
Pop(Page) |
For internal use by the Xamarin.Forms platform. |
PopModal() |
For internal use by the Xamarin.Forms platform. |
PopTopPage() |
For internal use by the Xamarin.Forms platform. |
PopToRoot(Page) |
For internal use by the Xamarin.Forms platform. |
Push(Page, Page) |
For internal use by the Xamarin.Forms platform. |
PushModal(Page) |
For internal use by the Xamarin.Forms platform. |
RemovePage(Page) |
For internal use by the Xamarin.Forms platform. |