Class NavigatorBuilder
Represents a navigator builder that can be used to configure a navigator.
Implements
Inherited Members
Namespace: Singulink.UI.Navigation.WinUI
Assembly: Singulink.UI.Navigation.WinUI.dll
Syntax
public class NavigatorBuilder : NavigatorBuilderCore, INavigatorBuilder
Properties
| Name | Description |
|---|---|
| RequiredParentViewType | Gets the type that parent views must implement (e.g. |
Methods
| Name | Description |
|---|---|
| AddDefaultDialogActivators() | Allows derived builders to register default dialog activators (typically via TryMapDefaultDialog(Type, Func<object>)) that should only apply when the consumer has not provided their own mapping. Invoked once when the navigator is being constructed, after the consumer's build action has run. |
| MapDialog<TViewModel, TDialog>() | Maps a view model to a dialog. |
| MapRoutedView<TViewModel, TView>() | Maps a routed view model to a routed view. |