Skip to main content
All docs
V25.1
  • INavigationService Methods

    Provides access to methods used to navigate between views in a MAUI application.
    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