Class RouteBuilder
Represents a builder used for constructing routes without parameters.
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public class RouteBuilder
Methods
| Name | Description |
|---|---|
| Child<TParentViewModel, TChildViewModel>() | Creates a child route part for the specified parent and child view model type. |
| Root<TViewModel>() | Creates a root route part for the specified view model type. |