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
Intent
Gets the navigation intent.
object? Intent { get; }
Property Value
IsAbsolute
Gets a value indicating whether the navigation is absolute.
bool IsAbsolute { get; }
Property Value
Path
Gets the path to navigate to.
string Path { get; }