Interface IParameterizedConcreteRoute<TViewModel, TParam>
Represents a parameterized route with all its parameters resolved.
Inherited Members
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public interface IParameterizedConcreteRoute<TViewModel, TParam> : IConcreteRoutePart, IEquatable<IConcreteRoutePart> where TViewModel : IRoutedViewModel<TParam> where TParam : notnull
Type Parameters
| Name | Description |
|---|---|
| TViewModel | |
| TParam |
Properties
| Name | Description |
|---|---|
| Parameter | Gets the parameter for the concrete route. |