How to reload a Windows phone application page without creating a new copy in the memory?
问题 In my Windows phone application, I'm trying to reload the application page by using the following code: NavigationService.Navigate(new Uri(string.Format("/Page1.xaml?random={0}", Guid.NewGuid()), UriKind.Relative)); I have written the code above to the button click event. The Page1 is reloading fine but every time when I click the button the app memory keep on increasing and at some time app is crashed. Is there any other way to reload or refresh the page with out creating a new copy of the