|
by StefanOlson via Stefan Olson's Blog on 6/3/2009 3:56:40 PM
In my last post, I described some of the ways I was able to use the Silverlight URI mapping architecture to provide more customized routing. However, there are a few problems with the navigation/URI mapping architecture that I haven't been able to find ways to work around. Setting a title One of the major problems I've encountered is getting the title (in the browser's title bar) to be set. There is a field in the Page class called title. So you would think would be relatively simple. It appe
... [ read more ]
|