Skip to main content

INavigationService Members

Provides access to methods used to navigate between views in a MAUI application.

Properties

Name Description
CurrentLocation Gets the current navigation route.

Methods

Name Description
GoToAsync(String, IDictionary<String, Object>, Boolean) Navigates users to a specified route asynchronously and returns the Task that is completed when navigation is finished.
PopAsync() Navigates users to the previous view asynchronously and returns the Task that is completed when the navigation is finished.
See Also