query string in windows store applications
Hi, How I can use query strings in windows store applications
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
srikanth rayavarapuPosted Dec 19, 2013, 4:04 AM
Jaganathan BantheswaranPosted Dec 12, 2013, 11:47 PM
I think you are asking about NavigationEventArgs's Uri property.
When you navigate to a Frame using NavigationService, there are events which will fire.
FragmentNavigation Event
LoadCompleted Event
Navigated Event
Navigating Event
NavigationFailed Event
NavigationProgress Event
NavigationStopped Event
In this event, you can get the url of the frame which you navigated from.