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