Table of Contents

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

string

Properties

SegmentName

Gets the navigation route segment name.

public string SegmentName { get; }

Property Value

string

Type

Gets the type corresponding to the segment.

public 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.

public void AssertValid()