Class RouteBuilder<TParam>
Represents a builder used for constructing parameterized routes.
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public abstract class RouteBuilder<TParam> : RouteBuilderBase where TParam : notnull
Type Parameters
| Name | Description |
|---|---|
| TParam |
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. |