INavigation Interface

Definition

public interface class INavigation
public interface INavigation
type INavigation = interface
Public Interface INavigation
Derived

Properties

ModalStack
NavigationStack

Methods

InsertPageBefore(Page, Page)
PopAsync()
PopAsync(Boolean)
PopModalAsync()
PopModalAsync(Boolean)
PopToRootAsync()
PopToRootAsync(Boolean)
PushAsync(Page)
PushAsync(Page, Boolean)
PushModalAsync(Page)
PushModalAsync(Page, Boolean)
RemovePage(Page)

Applies to