I'm using XElement
-related stack of classes to build HTML. One thing I need is the XText
element to store raw HTML (e.g., <i>this</i>
) without HTML-encoding it. Is there any hack that would let me do it so that when I call ToString()
it gives me the expected HTML back?