Method Child
Child<TParentViewModel, TChildViewModel, TParam>(RouteBuilder)
Converts the route builder to a parameterized route builder with the specified parameter type and creates a child route part for the specified parent and child view model type.
Declaration
public static ChildRoutePart<TParentViewModel, TChildViewModel, TParam> Child<TParentViewModel, TChildViewModel, TParam>(this RouteBuilder builder) where TParentViewModel : class, IRoutedViewModelBase where TChildViewModel : class, IRoutedViewModel<TParam> where TParam : notnull
Parameters
Returns
| Type |
Description |
| ChildRoutePart<TParentViewModel, TChildViewModel, TParam> |
|
Type Parameters
| Name |
Description |
| TParentViewModel |
|
| TChildViewModel |
|
| TParam |
|