I have an application that uses navigation controls. I would like my application to stay on the page it is displayed on, rather than reloading the entire application when the f5 (refresh) button is pressed?
There seems to be a way to do it with the contentFrame_navegating event. On refresh, the url the user is running to is passed. We can use the redirect as the app will try to load the default page.