codeThis
codeThis

Reputation: 83

get the title of the active website in WebBrowser control

i would like to know how to find out what the current document title is of the webpage i have my browser navigate to, is this possible or will i need to open a second web request, and parse the html for a title

Upvotes: 2

Views: 2634

Answers (1)

codeThis
codeThis

Reputation: 83

Ahha! i found the answer, the property is

webBrowser.Document.Title

Upvotes: 5

Related Questions