Class RoutePart<TViewModel, TParam>
Represents a parameterized route part.
Inherited Members
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public abstract class RoutePart<TViewModel, TParam> : RoutePart where TViewModel : class, IRoutedViewModel<TParam> where TParam : notnull
Type Parameters
| Name | Description |
|---|---|
| TViewModel | |
| TParam |