Passing Query string to silverlight -


i have silverlight project has many xaml pages. have external website call silverlight website e.g. http://mysilverlightproject:1230.com?querystring1=page1.xaml.

i want change page passing values query string.

is possible change main xaml page page query string?

thanks

string val = string.empty; if (htmlpage.document.querystring.containskey(”foo”)) {val = htmlpage.document.querystring["foo"];} 

Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -