예제 #1
0
 public static string RemoveHtmlTags(this string param)
 {
     return(TextTools.RemoveHtmlTags(param));
 }