I saw the light November 2008 - Posts - Alexey Zakharov's Blog

November 2008 - Posts

2
Comments

Silverlight Tip : How to set web page title. by brainbox

If you have more than one page in your silverlight application it would be great if you will change a web page title when you switch between them. To do it you can use Silverlight DOM API. 1: var document = HtmlPage.Document; 2: document.SetProperty(...
More Posts