forum

home / developersection / forums / how to get page name with webbrowser

How to get page name with webBrowser

Anonymous User 2618 07-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?


c# c# 
Updated on 08-Oct-2013

I am a content writter !


Message
Can you answer this question?

Answer

1 Answers

Liked By