INavigationService Members
In This Article
#Properties
Name | Description |
---|---|
Current |
Gets the current navigation route. |
#Methods
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