Share via


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

Internal API for Microsoft.Maui.Controls platform use.

ModalStack

Internal API for Microsoft.Maui.Controls platform use.

NavigationStack

Internal API for Microsoft.Maui.Controls platform use.

Methods

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

Internal API for Microsoft.Maui.Controls platform use.

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, Boolean)

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

PushAsync(Page)

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

PushModalAsync(Page, Boolean)

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

PushModalAsync(Page)

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

RemovePage(Page)

Internal API for Microsoft.Maui.Controls platform use.

Applies to