Getting the Value of XElement including tags
I have an XElement and I want to get its value, including any child elements of it expressed as tags.
So for example, I have
And I want to get
What's an easy way to do that?
So for example, I have
And I want to get
1<a>2</a>3 as a string.What's an easy way to do that?



