I'm doing a job for college where I need to return the news headlines from G1 - World . I'm using HtmlAgilityPack.
As an example, the first news of the site appears in this code snippet after previewing inspecting the element by the browser.
Thenewscodeisfindinginsideseveral'div'sandreturns"HtmlAgilityPack.HtmlNodeCollection" in my code in vs.
I'm a little lost, how can I make this return on news headlines?