Hi there,
I have created a Modularized Silverlight Application with PRISM and MVVM, I have written a URLService that changed the url by using the bookmark trick.
I now need to be able to detect if the user enters a new bookmark. If a user modifies the bookmark I want to navigate to the relevant page.
Example: If I am on page http://Silverlight1/Test.aspx and then add in #Home to give this http://Silverlight1/Test.aspx#Home I want to detect the change and load in the Home page via Dependency Injection.
Thanks -Oliver