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 Jul 7, 2017
·
4 revisions
NavigationToCommand
The NavigationToCommand is an ICommand implementation that uses the registered INavigationService to perform a NavigateAsync to the passed page key parameter. If no parameter is passed, the command will not execute.
Note: This class cannot be instantiated on it's own. Instead, a single instance of the command is exposed through a static property on the NavigationCommands class named NavigateTo. You should use this property to execute the command.