C# - ScrapySharp - how to get the <title> from the <head>?

104 Views Asked by At

I want to get the title from a webpage through ScrapySharp. With CssSelect, I'm only getting the <body> tag.

I am using it like:

string SearchQuery = PageResult.Html.CssSelect(".breadcrump-summary").First().InnerText;
0

There are 0 best solutions below