Routes are a very handy way to navigate since they abstract the creation of the page away. All we need to know is the route to the view we want to navigate to and Xamarin.Forms Shell takes care of the rest for us. If you are familiar with how web navigation works, you might recognize the way that we pass arguments in routes. They are passed as query parameters.





















































