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