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
Type
Gets the type corresponding to the segment.
Type? Type { get; }
  Property Value
Remarks
Can be null if the segment is a pop segment.
Methods
AssertValid()
Throws an exception if the segment is not valid.
void AssertValid()