Table of Contents

Enum NavigationIntentBehavior

Namespace
Nalu
Assembly
Nalu.Maui.Navigation.dll

Defines how lifecycle events are triggered when a navigation intent is detected.

public enum NavigationIntentBehavior

Fields

Fallthrough = 0

When a navigation intent is detected, if the corresponding intent-related navigation lifecycle event is not defined, the navigation will default to the generic event.

Strict = 1

When a navigation intent is detected, only intent-related navigation lifecycle events will be triggered.