It seems that with the Silverlight 3 Navigation Framework, it is possible to get a PHP-like parameter query mechanism like so:
mydomain.com/Views/News.xaml?title=SomeTitle
..and get the title via Code-Behind.
But what I want is something like this:
mydomain.com/Views/SomeCustomText
I need to access “SomeCustomText” (or any custom value after /Views/ for that matter) in Code-Behind. Is this possible?
Thanks,
Andrej
Yes, if I understand your question, it’s possible.
I’d recommend something like the following in the frame:
then, in Main.xaml.cs, you should be able to do the following: