views:

118

answers:

0

I have a requirement to implement some deep linking into a Silverlight application and thought the new navigation framework in Silverlight 3 would be ideal. However after doing some digging about it uses Uri's to 'swap' one piece of xaml for another using the Frame control.

What I'd like to do, is use the deep link to select it's relating item in an items control. Are there any lower level objects i can tap into to interact with the browser history directly (Obviously i could write my own implementation but i'd prefer ti if i could tap into the built in framework)?

Bit of a long shot.

J