NavigationProxy Class

Definition

Represents an object capable of handling stack-based navigation via proxying.

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

Remarks

Elements may use navigation proxies to delegate navigation capabilities to their parents if they themselves can't handle it.

For internal use for .NET MAUI.

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