How do I manipulate the Url of my Silverlight testpage.aspx?
Posted
by
Daniel
on Game Development
See other posts from Game Development
or by Daniel
Published on 2012-12-05T20:06:27Z
Indexed on
2012/12/06
5:22 UTC
Read the original article
Hit count: 257
XNA
|Silverlight
I am making an XNA game using Silverlight over the web. My testpage.aspx is linked to from a previous page where the client selects certain elements. The testpage.aspx URL changes depending on what I have sent to it. Now in my mainpage.cs file I would like to call certain functions depending on what was passed, but I am unsure how to manipulate or even access the URL. Is there a specific class in the Silverlight library I can use?
Thank you for your time.
© Game Development or respective owner