Class NaluMauiNavigationExtensions
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
navigationPageNavigationPageThe navigation page instance.
Returns
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
shellTThe shell instance.
Returns
- T
Type Parameters
TType of shell to configure.