A
ad
I have a string , it is make up of html tag and some text, like:
<font color=red>Town </font></strong> <strong>...
How can I remove the html tag form this string with C#
<font color=red>Town </font></strong> <strong>...
How can I remove the html tag form this string with C#