I have a Silverlight navigation application. I don’t want navigation in this application to change the host page’s Title property.
How do I implement this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Only solutions that I found were to either set the title on every navigation page or use a base class for all the navigation pages and set the title on it. You could possibly manage your own Journal (which would prevent it from setting) but that would be a lot of work. Here is the relevant code in the NavigationService.