c# - How to get page name with webBrowser -


try code wpf. want implement simple webbrowser, , i'm stuck. want name of opened page (every tab has name according opened page), can't find solution. in c# can use code:

tabcontrol.selectedtab.text = webbrowser.url.host.tostring(); 

but wpf doesn't work. solution find page name wpf?

please try this,

tabcontrol.selectedtab.text = webbrowser1.url.absoluteuri; 

Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -