Paul
0
Q:

c# strip html tags

public static string StripHTML(string input)
{
   return Regex.Replace(input, "<.*?>", String.Empty);
}
1

New to Communities?

Join the community