HtmlAgilityPack.HtmlDocument Cookies
问题 This pertains to cookies set inside a script (maybe inside a script tag). System.Windows.Forms.HtmlDocument executes those scripts and the cookies set (like document.cookie=etc... ) can be retrieved through its Cookies property. I assume HtmlAgilityPack.HtmlDocument doesn't do this (execution). I wonder if there is an easy way to emulate the System.Windows.Forms.HtmlDocument capabilities (the cookies part). Anyone? 回答1: When I need to use Cookies and HtmlAgilityPack together, or just create