共用方式為


NavigationProxy 類別

定義

表示能夠透過 Proxy 處理堆疊型瀏覽的物件。

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
實作

備註

如果元素本身無法處理,元素可能會使用流覽 Proxy 將流覽功能委派給其父代。

用於 .NET MAUI 的內部用途。

建構函式

NavigationProxy()

表示能夠透過 Proxy 處理堆疊型瀏覽的物件。

屬性

Inner

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

ModalStack

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

NavigationStack

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

方法

GetModalStack()

表示能夠透過 Proxy 處理堆疊型瀏覽的物件。

GetNavigationStack()

表示能夠透過 Proxy 處理堆疊型瀏覽的物件。

InsertPageBefore(Page, Page)

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

OnInsertPageBefore(Page, Page)

表示能夠透過 Proxy 處理堆疊型瀏覽的物件。

OnPopAsync(Boolean)

表示能夠透過 Proxy 處理堆疊型瀏覽的物件。

OnPopModal(Boolean)

表示能夠透過 Proxy 處理堆疊型瀏覽的物件。

OnPopToRootAsync(Boolean)

表示能夠透過 Proxy 處理堆疊型瀏覽的物件。

OnPushAsync(Page, Boolean)

表示能夠透過 Proxy 處理堆疊型瀏覽的物件。

OnPushModal(Page, Boolean)

表示能夠透過 Proxy 處理堆疊型瀏覽的物件。

OnRemovePage(Page)

表示能夠透過 Proxy 處理堆疊型瀏覽的物件。

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, Boolean)

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

PushAsync(Page)

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

PushModalAsync(Page, Boolean)

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

PushModalAsync(Page)

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

RemovePage(Page)

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

適用於