INavigationService Methods
Provides access to methods used to navigate between views in a MAUI application.
Name | Description |
---|---|
Go |
Navigates users to a specified route asynchronously and returns the Task that is completed when navigation is finished. |
Pop |
Navigates users to the previous view asynchronously and returns the Task that is completed when the navigation is finished. |
See Also