How to do a function that wipes HTML? I have a field that comes from a WS and I need, before displaying on the page, to clean the HTML.
They sent me this:
String result = Regex.Replace(htmlDocument, @"<[^>]*>", String.Empty);
I...
asked by
27.03.2014 / 20:07