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