Hi,
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