NavigationProxy 类

定义

供 Microsoft.Maui.Controls 平台内部使用。

public ref class NavigationProxy : Microsoft::Maui::Controls::INavigation
public class NavigationProxy : Microsoft.Maui.Controls.INavigation
type NavigationProxy = class
    interface INavigation
Public Class NavigationProxy
Implements INavigation
继承
NavigationProxy
实现

构造函数

NavigationProxy()

供 Microsoft.Maui.Controls 平台内部使用。

属性

Inner

供 Microsoft.Maui.Controls 平台内部使用。

ModalStack

供 Microsoft.Maui.Controls 平台内部使用。

NavigationStack

供 Microsoft.Maui.Controls 平台内部使用。

方法

GetModalStack()

供 Microsoft.Maui.Controls 平台内部使用。

GetNavigationStack()

供 Microsoft.Maui.Controls 平台内部使用。

InsertPageBefore(Page, Page)

供 Microsoft.Maui.Controls 平台内部使用。

OnInsertPageBefore(Page, Page)

供 Microsoft.Maui.Controls 平台内部使用。

OnPopAsync(Boolean)

供 Microsoft.Maui.Controls 平台内部使用。

OnPopModal(Boolean)

供 Microsoft.Maui.Controls 平台内部使用。

OnPopToRootAsync(Boolean)

供 Microsoft.Maui.Controls 平台内部使用。

OnPushAsync(Page, Boolean)

供 Microsoft.Maui.Controls 平台内部使用。

OnPushModal(Page, Boolean)

供 Microsoft.Maui.Controls 平台内部使用。

OnRemovePage(Page)

供 Microsoft.Maui.Controls 平台内部使用。

PopAsync()

供 Microsoft.Maui.Controls 平台内部使用。

PopAsync(Boolean)

供 Microsoft.Maui.Controls 平台内部使用。

PopModalAsync()

供 Microsoft.Maui.Controls 平台内部使用。

PopModalAsync(Boolean)

供 Microsoft.Maui.Controls 平台内部使用。

PopToRootAsync()

供 Microsoft.Maui.Controls 平台内部使用。

PopToRootAsync(Boolean)

供 Microsoft.Maui.Controls 平台内部使用。

PushAsync(Page)

供 Microsoft.Maui.Controls 平台内部使用。

PushAsync(Page, Boolean)

供 Microsoft.Maui.Controls 平台内部使用。

PushModalAsync(Page)

供 Microsoft.Maui.Controls 平台内部使用。

PushModalAsync(Page, Boolean)

供 Microsoft.Maui.Controls 平台内部使用。

RemovePage(Page)

供 Microsoft.Maui.Controls 平台内部使用。

适用于