Exemple #1
0
 public static string value(this HtmlAgilityPack.HtmlNode htmlNode)
 {
     return(htmlNode.innerHtml());
 }