NavigationProxy 类

定义

供 Xamarin.Forms 平台内部使用。

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public class NavigationProxy : Xamarin.Forms.INavigation
type NavigationProxy = class
    interface INavigation
继承
System.Object
NavigationProxy
属性
System.ComponentModel.EditorBrowsableAttribute
实现

构造函数

NavigationProxy()

供 Xamarin.Forms 平台内部使用。

属性

Inner

供 Xamarin.Forms 平台内部使用。

ModalStack

供 Xamarin.Forms 平台内部使用。

NavigationStack

供 Xamarin.Forms 平台内部使用。

方法

GetModalStack()

供 Xamarin.Forms 平台内部使用。

GetNavigationStack()

供 Xamarin.Forms 平台内部使用。

InsertPageBefore(Page, Page)

供 Xamarin.Forms 平台内部使用。

OnInsertPageBefore(Page, Page)

供 Xamarin.Forms 平台内部使用。

OnPopAsync(Boolean)

供 Xamarin.Forms 平台内部使用。

OnPopModal(Boolean)

供 Xamarin.Forms 平台内部使用。

OnPopToRootAsync(Boolean)

供 Xamarin.Forms 平台内部使用。

OnPushAsync(Page, Boolean)

供 Xamarin.Forms 平台内部使用。

OnPushModal(Page, Boolean)

供 Xamarin.Forms 平台内部使用。

OnRemovePage(Page)

供 Xamarin.Forms 平台内部使用。

PopAsync()

供 Xamarin.Forms 平台内部使用。

PopAsync(Boolean)

供 Xamarin.Forms 平台内部使用。

PopModalAsync()

供 Xamarin.Forms 平台内部使用。

PopModalAsync(Boolean)

供 Xamarin.Forms 平台内部使用。

PopToRootAsync()

供 Xamarin.Forms 平台内部使用。

PopToRootAsync(Boolean)

供 Xamarin.Forms 平台内部使用。

PushAsync(Page)

供 Xamarin.Forms 平台内部使用。

PushAsync(Page, Boolean)

供 Xamarin.Forms 平台内部使用。

PushModalAsync(Page)

供 Xamarin.Forms 平台内部使用。

PushModalAsync(Page, Boolean)

供 Xamarin.Forms 平台内部使用。

RemovePage(Page)

供 Xamarin.Forms 平台内部使用。

适用于