Method Root
Root<TViewModel>()
Creates a root route part group for the specified view model type. Route builders are evaluated in order and the one with the most satisfied path holes is used when creating a concrete route.
Declaration
public RootRoutePart<TViewModel, TParam> Root<TViewModel>() where TViewModel : class, IRoutedViewModel<TParam>
Returns
| Type | Description |
|---|---|
| RootRoutePart<TViewModel, TParam> |
Type Parameters
| Name | Description |
|---|---|
| TViewModel |