Method For
For<TViewModel>()
Creates a root route for the specified view model type.
Declaration
public RootRoute<TParam, TViewModel> For<TViewModel>() where TViewModel : class, IRoutedViewModel<TParam>
Returns
Type | Description |
---|---|
RootRoute<TParam, TViewModel> |
Type Parameters
Name | Description |
---|---|
TViewModel |