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)

提供用于处理基于堆栈的导航的功能。

适用于