Method NavigateToParentAsync
NavigateToParentAsync<TParentViewModel>(string?)
Navigates to the parent view in the current route that has the specified view model type.
Declaration
Task<NavigationResult> NavigateToParentAsync<TParentViewModel>(string? anchor = null) where TParentViewModel : class
Parameters
| Type | Name | Description |
|---|---|---|
| string | anchor |
Returns
| Type | Description |
|---|---|
| Task<NavigationResult> |
Type Parameters
| Name | Description |
|---|---|
| TParentViewModel |