I have a folder named Views
and inside it I have pages I want to navigate to. There is a page inside this folder named "Y.XAML" so I'm trying to use:
NavigationService.Navigate(new Uri("Viev//Y.xaml", UriKind.Relative));
Why is this not working?
Try this.