Class NavigationPop
- Namespace
 - Nalu
 
- Assembly
 - Nalu.Maui.Navigation.dll
 
Represents a segment in a navigation path which navigates to the previous page in the stack.
public class NavigationPop : INavigationSegment
  - Inheritance
 - 
      
      NavigationPop
 
- Implements
 
- Inherited Members
 
Fields
PopRoute
Defines the segment content of a Pop navigation.
public const string PopRoute = ".."
  Field Value
Properties
SegmentName
Gets the navigation route segment name.
public string SegmentName { get; }
  Property Value
Type
Gets the type corresponding to the segment.
public 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.
public void AssertValid()