Exemplo n.º 1
0
 public static void SerializeChildNodesTo(this HtmlNode node, StringBuilder output) =>
 SerializeChildNodesTo(Tree.Default, node, output);
Exemplo n.º 2
0
 public static string SerializeChildNodes(this HtmlNode node) =>
 SerializeChildNodes(Tree.Default, node);