Created
December 2, 2011 02:41
-
-
Save JoshClose/1421470 to your computer and use it in GitHub Desktop.
Navigating to the Current Page on WP7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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