Table of Contents

Interface INavigationInfo

Namespace
Nalu
Assembly
Nalu.Maui.Navigation.dll

Represents a navigation request.

public interface INavigationInfo : IReadOnlyList<INavigationSegment>, IReadOnlyCollection<INavigationSegment>, IEnumerable<INavigationSegment>, IEnumerable
Inherited Members
Extension Methods

Properties

Behavior

Defines the navigation behavior.

NavigationBehavior? Behavior { get; }

Property Value

NavigationBehavior?

Intent

Gets the navigation intent.

object? Intent { get; }

Property Value

object

IsAbsolute

Gets a value indicating whether the navigation is absolute.

bool IsAbsolute { get; }

Property Value

bool

Path

Gets the path to navigate to.

string Path { get; }

Property Value

string