WPF - Query string parameters on page
Posted
by Troy
on Stack Overflow
See other posts from Stack Overflow
or by Troy
Published on 2009-06-05T15:05:50Z
Indexed on
2010/05/06
22:08 UTC
Read the original article
Hit count: 716
wpf
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.
© Stack Overflow or respective owner