using FlyoutTabSearch.Pages; namespace FlyoutTabSearch { public partial class AppShell : Shell { public AppShell() { InitializeComponent(); Routing.RegisterRoute("astronomicalbodydetails", typeof(AstronomicalBodyPage)); } } }