Users Pricing

forum

Home Forums How to get page name with webBrowser – MindStick

How to get page name with webBrowser

Anonymous User 2775 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?


1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md