XmlDocument class has a property “Text” whicn allows you to get text representation of XML (that is only the text part collected within all the nodes), how do I get it from XDocument?
XmlDocument class has a property Text whicn allows you to get text representation of
Share
Have you tried:
?