Catch f5 in Silverlight?

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?

Is it possible?

JD.

+2


a source to share


1 answer


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.



JD.

+2


a source







All Articles