Table of Contents

Interface INavigationSegment

Namespace
Nalu
Assembly
Nalu.Maui.Navigation.dll

Represents a segment in a navigation path.

public interface INavigationSegment

Properties

SegmentName

Gets the navigation route segment name.

string? SegmentName { get; }

Property Value

string

Type

Gets the type corresponding to the segment.

Type? Type { get; }

Property Value

Type

Remarks

Can be null if the segment is a pop segment.

Methods

AssertValid()

Throws an exception if the segment is not valid.

void AssertValid()