Interface IRelativeNavigationPushOnlyBuilder
- Namespace
 - Nalu
 
- Assembly
 - Nalu.Maui.Navigation.dll
 
A relative navigation where only push operations are allowed.
public interface IRelativeNavigationPushOnlyBuilder : INavigationInfo, IReadOnlyList<INavigationSegment>, IReadOnlyCollection<INavigationSegment>, IEnumerable<INavigationSegment>, IEnumerable
  - Inherited Members
 
- Extension Methods
 
Methods
Push<TPage>()
Pushes a new page onto the navigation stack.
IRelativeNavigationPushOnlyBuilder Push<TPage>() where TPage : class
  Returns
Type Parameters
TPageThe page type to be pushed.
WithIntent(object?)
Sets the intent to be passed on the target page model.
INavigationInfo WithIntent(object? intent)
  Parameters
intentobjectThe intent object.