Im trying to scrape a webpage using HTMLAgilityPack in a c# webforms project....All the solutions Ive seen for doing this use a WebBrowser control. However, from what I can determine, this is only available in WinForms projects....At present Im calling th...