namespace ex_ShellRoutes; public partial class AppShell : Shell { public AppShell() { InitializeComponent(); Routing.RegisterRoute("//newpage1", typeof(NewPage1)); } }