Пример #1
0
 public static string html(this HtmlAgilityPack.HtmlNode htmlNode)
 {
     return(htmlNode.outerHtml());
 }