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
Post a Comment