J
jasonm
I have an object that contains a string which needs to be wrapped with CDATA tags when it's returned back via a webservice. Escaping/unescaping the string is not an option due to its size and content. Is there an XmlAttribute value I can place on my property to make it get wrapped in a CDATA tag? Any help would be greatly appreciated.