Table of Contents

Interface IAbsoluteNavigationBuilder

Namespace
Nalu
Assembly
Nalu.Maui.Navigation.dll

Represents an absolute navigation.

public interface IAbsoluteNavigationBuilder : INavigationInfo, IReadOnlyList<INavigationSegment>, IReadOnlyCollection<INavigationSegment>, IEnumerable<INavigationSegment>, IEnumerable
Inherited Members
Extension Methods

Methods

Add<TPage>()

Adds a new page to the target navigation stack.

IAbsoluteNavigationBuilder Add<TPage>() where TPage : class

Returns

IAbsoluteNavigationBuilder

Type Parameters

TPage

The page type to add.

WithIntent(object?)

Sets the intent to be passed on the target page model.

INavigationInfo WithIntent(object? intent)

Parameters

intent object

The intent object.

Returns

INavigationInfo