Skip to main content
A newer version of this page is available. .

INavigationService Methods

Provides members to navigate between Views.
Name Description
ClearCache() Clears the navigation cache.
ClearNavigationHistory() Clears the navigation history.
GoBack() Performs a navigation to the previous view, if allowed.
GoBack(Object) Navigates back to the previously selected screen (view).
GoForward() Performs a navigation to the next view, if allowed.
GoForward(Object) Navigates forward to the next screen (view).
Navigate(String, Object, Object, Object, Boolean) Performs navigation to the target View.
See Also