WPF - Query string parameters on page
- by Troy
I am very new to WPF and have what appears to be a simple question:
I have a Frame and I set the Source to the Uri of one of my pages. I want to pass some query string parameters to the page, but I am not sure how to access them in the Loaded event of the Page.