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