Exemple #1
0
 public HtmlParser(string documentHtml, HtmlParserConfiguration configuration) : this(documentHtml)
 {
     Configuration = configuration;
 }
Exemple #2
0
 public HtmlParser(string documentHtml)
 {
     _documentHtml = documentHtml;
     Configuration = new HtmlParserConfiguration();
 }