Exemple #1
0
 public static List <HtmlAgilityPack.HtmlNode> nodes(this HtmlAgilityPack.HtmlNode htmlNode)
 {
     return(htmlNode.nodes(""));
 }