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
Type Parameters
TPageThe page type to add.
WithIntent(object?)
Sets the intent to be passed on the target page model.
INavigationInfo WithIntent(object? intent)
Parameters
intentobjectThe intent object.