共用方式為


INavigation 介面

定義

提供處理堆疊型導覽的功能。

public interface class INavigation
public interface INavigation
type INavigation = interface
Public Interface INavigation
衍生

屬性

ModalStack

提供處理堆疊型導覽的功能。

NavigationStack

提供處理堆疊型導覽的功能。

方法

InsertPageBefore(Page, Page)

提供處理堆疊型導覽的功能。

PopAsync()

提供處理堆疊型導覽的功能。

PopAsync(Boolean)

提供處理堆疊型導覽的功能。

PopModalAsync()

提供處理堆疊型導覽的功能。

PopModalAsync(Boolean)

提供處理堆疊型導覽的功能。

PopToRootAsync()

提供處理堆疊型導覽的功能。

PopToRootAsync(Boolean)

提供處理堆疊型導覽的功能。

PushAsync(Page)

提供處理堆疊型導覽的功能。

PushAsync(Page, Boolean)

提供處理堆疊型導覽的功能。

PushModalAsync(Page)

提供處理堆疊型導覽的功能。

PushModalAsync(Page, Boolean)

提供處理堆疊型導覽的功能。

RemovePage(Page)

提供處理堆疊型導覽的功能。

適用於