How can you restrict/control the navigation routes the user can visit based on login status/role?

Here is an example showing how you can control the visibility or navigation to your pages based on the login status of the user. By default Shell will always displays initially the first element defined in AppShell.xaml, in this case it will be Login.xaml page. In the below example “Page3” will be visible initially because … Read more