Exemplo n.º 1
0
 public HtmlParser(string documentHtml, HtmlParserConfiguration configuration) : this(documentHtml)
 {
     Configuration = configuration;
 }
Exemplo n.º 2
0
 public HtmlParser(string documentHtml)
 {
     _documentHtml = documentHtml;
     Configuration = new HtmlParserConfiguration();
 }