Class NavigatorBuilder
Represents a builder for mapping routed views to view models.
Implements
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.WinUI.dll
Syntax
public class NavigatorBuilder : INavigatorBuilder
Properties
Name | Description |
---|---|
MaxBackStackDepth | Gets or sets the max depth of the back stack. Default is 15. |
Methods
Name | Description |
---|---|
AddRoute(RouteBase) | Adds a route to the navigator. |
MapDialog<TViewModel, TDialog>() | Maps a view model to a dialog. |
MapRoutedView<TViewModel, TView>() | Maps a routed view model to a routed view. |