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