Table of Contents

Class NaluMauiNavigationExtensions

Namespace
Microsoft.Maui
Assembly
Nalu.Maui.Navigation.dll

Navigation extensions for default MAUI navigation pattern.

public static class NaluMauiNavigationExtensions
Inheritance
NaluMauiNavigationExtensions
Inherited Members

Methods

ConfigureForPageDisposal(NavigationPage)

Ensure page are disposed when they are popped from the navigation stack.

public static NavigationPage ConfigureForPageDisposal(this NavigationPage navigationPage)

Parameters

navigationPage NavigationPage

The navigation page instance.

Returns

NavigationPage

ConfigureForPageDisposal<T>(T)

Ensure page and view models are disposed when they are removed from shell sections navigation stacks.

public static T ConfigureForPageDisposal<T>(this T shell) where T : Shell

Parameters

shell T

The shell instance.

Returns

T

Type Parameters

T

Type of shell to configure.