Interface IParameterizedSpecifiedRoute<TParam, TViewModel>
Represents a specified root or nested route with a parameter.
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public interface IParameterizedSpecifiedRoute<TParam, TViewModel> : ISpecifiedRoute, IEquatable<ISpecifiedRoute> where TParam : notnull where TViewModel : IRoutedViewModel<TParam>
Type Parameters
Name | Description |
---|---|
TParam | |
TViewModel |
Properties
Name | Description |
---|---|
Parameter | Gets the parameter for the specified route. |