Class RootRoutePart<TViewModel, TParam>
Represents a parameterized root route part.
Inherited Members
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public class RootRoutePart<TViewModel, TParam> : RoutePart<TViewModel, TParam> where TViewModel : class, IRoutedViewModel<TParam> where TParam : notnull
Type Parameters
| Name | Description |
|---|---|
| TViewModel | |
| TParam |
Methods
| Name | Description |
|---|---|
| ToConcrete(TParam) | Gets a concrete route using the specified parameter (or parameters tuple, if there are multiple parameters). |