NavigationProxy Class

Definition

For internal use by the Xamarin.Forms platform.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public class NavigationProxy : Xamarin.Forms.INavigation
type NavigationProxy = class
    interface INavigation
Inheritance
NavigationProxy
Attributes
Implements

Constructors

NavigationProxy()

For internal use by the Xamarin.Forms platform.

Properties

Inner

For internal use by the Xamarin.Forms platform.

ModalStack

For internal use by the Xamarin.Forms platform.

NavigationStack

For internal use by the Xamarin.Forms platform.

Methods

GetModalStack()

For internal use by the Xamarin.Forms platform.

GetNavigationStack()

For internal use by the Xamarin.Forms platform.

InsertPageBefore(Page, Page)

For internal use by the Xamarin.Forms platform.

OnInsertPageBefore(Page, Page)

For internal use by the Xamarin.Forms platform.

OnPopAsync(Boolean)

For internal use by the Xamarin.Forms platform.

OnPopModal(Boolean)

For internal use by the Xamarin.Forms platform.

OnPopToRootAsync(Boolean)

For internal use by the Xamarin.Forms platform.

OnPushAsync(Page, Boolean)

For internal use by the Xamarin.Forms platform.

OnPushModal(Page, Boolean)

For internal use by the Xamarin.Forms platform.

OnRemovePage(Page)

For internal use by the Xamarin.Forms platform.

PopAsync()

For internal use by the Xamarin.Forms platform.

PopAsync(Boolean)

For internal use by the Xamarin.Forms platform.

PopModalAsync()

For internal use by the Xamarin.Forms platform.

PopModalAsync(Boolean)

For internal use by the Xamarin.Forms platform.

PopToRootAsync()

For internal use by the Xamarin.Forms platform.

PopToRootAsync(Boolean)

For internal use by the Xamarin.Forms platform.

PushAsync(Page)

For internal use by the Xamarin.Forms platform.

PushAsync(Page, Boolean)

For internal use by the Xamarin.Forms platform.

PushModalAsync(Page)

For internal use by the Xamarin.Forms platform.

PushModalAsync(Page, Boolean)

For internal use by the Xamarin.Forms platform.

RemovePage(Page)

For internal use by the Xamarin.Forms platform.

Applies to