Method ToConcrete
ToConcrete(TParam)
Gets a concrete route with the specified parameter (or parameters tuple, if there are multiple parameters).
Declaration
public IConcreteChildRoutePart<TParentViewModel, TChildViewModel> ToConcrete(TParam parameter)
Parameters
| Type | Name | Description |
|---|---|---|
| TParam | parameter |
Returns
| Type | Description |
|---|---|
| IConcreteChildRoutePart<TParentViewModel, TChildViewModel> |