You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 27, 2020. It is now read-only.
Mark Smith edited this page Sep 2, 2016
·
1 revision
NavigationCommands
The NavigationCommands static class has public static properties to allow you to utilize the built-in navigation commands. These allow you to wire up simple navigation directly in XAML without any code-behind or View Model logic being invoked.
Properties
NavigateToCommand : an ICommand which uses the INavigationService to navigate to the passed page key.
NavigateBackCommand: an ICommand which uses the INavigationService to navigate backwards.