How to Navigate to a Page in Windows Phone 7
1 min read
It’s really simple to Navigate to another page in Windows Phone 7, but it took me a few to figure it out. Where Page1.xaml is in the root of the app:
NavigationService.Navigate(new Uri("/Page1.xaml", UriKind.Relative));Jon
Share:
Share on LinkedIn
Quick Share: Your custom post text has been copied to your clipboard! Click the button below to open LinkedIn's share dialog, then paste it.
💡 Tip: LinkedIn will open in a new tab. Use Ctrl+V (or Cmd+V on Mac) to paste your text.
Note: LinkedIn will show the article preview. You can add your custom text above it.