NavigationProxy Class

Definition

For internal use by the Microsoft.Maui.Controls platform.

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
Inheritance
NavigationProxy
Implements

Constructors

NavigationProxy()

Properties

Inner

For internal use by the Microsoft.Maui.Controls platform.

ModalStack

For internal use by the Microsoft.Maui.Controls platform.

NavigationStack

For internal use by the Microsoft.Maui.Controls platform.

Methods

GetModalStack()
GetNavigationStack()
InsertPageBefore(Page, Page)

For internal use by the Microsoft.Maui.Controls platform.

OnInsertPageBefore(Page, Page)
OnPopAsync(Boolean)
OnPopModal(Boolean)
OnPopToRootAsync(Boolean)
OnPushAsync(Page, Boolean)
OnPushModal(Page, Boolean)
OnRemovePage(Page)
PopAsync()

For internal use by the Microsoft.Maui.Controls platform.

PopAsync(Boolean)

For internal use by the Microsoft.Maui.Controls platform.

PopModalAsync()

For internal use by the Microsoft.Maui.Controls platform.

PopModalAsync(Boolean)

For internal use by the Microsoft.Maui.Controls platform.

PopToRootAsync()

For internal use by the Microsoft.Maui.Controls platform.

PopToRootAsync(Boolean)

For internal use by the Microsoft.Maui.Controls platform.

PushAsync(Page)

For internal use by the Microsoft.Maui.Controls platform.

PushAsync(Page, Boolean)

For internal use by the Microsoft.Maui.Controls platform.

PushModalAsync(Page)

For internal use by the Microsoft.Maui.Controls platform.

PushModalAsync(Page, Boolean)

For internal use by the Microsoft.Maui.Controls platform.

RemovePage(Page)

For internal use by the Microsoft.Maui.Controls platform.

Applies to