创建HtmlDocument报错

HtmlDocument hd = new HtmlDocument();

错误 CS1729 '“HtmlDocument”不包含采用 0 个参数的构造函数图片说明

HtmlDocument 这个对象是不是需要参数 ?
你实例化的时候需要赋值