【发布时间】:2014-05-13 20:27:51
【问题描述】:
我遇到异常 throw gzip is not support。这就是我使用加载页面的全部内容,关于如何允许 gzip 的任何想法?
HtmlWeb hwObject = new HtmlWeb();
HtmlAgilityPack.HtmlDocument htmldocObject = hwObject.Load(siteURL);
【问题讨论】:
标签: c# html-agility-pack