Method NavigateAsync
NavigateAsync(string)
Navigates to the specified route.
Declaration
public Task<NavigationResult> NavigateAsync(string route)
Parameters
| Type |
Name |
Description |
| string |
route |
|
Returns
Implements
NavigateAsync(IConcreteRootRoutePart, string?)
Navigates to the specified root route.
Declaration
public Task<NavigationResult> NavigateAsync(IConcreteRootRoutePart rootRoutePart, string? anchor = null)
Parameters
Returns
Implements
NavigateAsync(ConcreteRoute, string?)
Navigates to the specified route.
Declaration
public Task<NavigationResult> NavigateAsync(ConcreteRoute route, string? anchor = null)
Parameters
Returns
Implements
NavigateAsync(NavigatorRoute)
Navigates to the specified route, including its anchor. This can be used to return to a route that was previously obtained from CurrentRoute,
the navigation stacks or a RoutePin.
Declaration
public Task<NavigationResult> NavigateAsync(NavigatorRoute route)
Parameters
Returns
Implements
Exceptions