NavigationModel Class

Definition

For internal use by the Xamarin.Forms platform.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public class NavigationModel
type NavigationModel = class
Inheritance
NavigationModel
Attributes

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.

Applies to