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