C # XElement: Node Formatting with HTML
I am extracting XML node from XElement. When I use XElement.Value, it removes any HTML that may be in node.
I know that if I do XElement.ToString () I can save the HTML, but it also gives me node tags. Is there a way to extract the content of a node as is without removing the HTML?
Greetings.
+2
a source to share