Skip to content

Instantly share code, notes, and snippets.

@JoshClose
Created December 2, 2011 02:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoshClose/1421470 to your computer and use it in GitHub Desktop.
Save JoshClose/1421470 to your computer and use it in GitHub Desktop.
Navigating to the Current Page on WP7
var uri = new Uri( string.Format( "{0}?unique={1}", "SamePage.xaml, Guid.NewGuid() ), UriKind.RelativeOrAbsolute );
RemoveBackEntry = true;
NavigationService.Navigate( uri );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment