forum

Home / DeveloperSection / Forums / How to get page name with webBrowser

How to get page name with webBrowser

Anonymous User237907-Oct-2013

Currently I want to implement a simple web browser, and now I'm stuck. I want to get name of opened page (Every tab has name according to opened page), but I can't find the solution. In C# I can use this code:

TabControl.SelectedTab.Text= webBrowser.Url.Host.ToString();

But with WPF it doesn't work. What is solution to find page name with WPF?


Updated on 08-Oct-2013
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By