How can I get the page title in a WebBrowser control when I navigate to different websites?
xmlns
xmlns:phone=\"clr-namespace:Microsoft.Phone.Contr
I'm pretty sure that
String title = browser.Document.Title;
should do the trick.
See here.