Interface INavigatorBuilder
Represents a navigator builder that can be used to configure a navigator.
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public interface 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. |