public static string Html2Text(string htmlStr)
2
3 {
4
5 if (String.IsNullOrEmpty(htmlStr))
6
7 {
8
9 return "";
10
11 }
12
13 string regEx_style = "
public static string Html2Text(string htmlStr)
2
3 {
4
5 if (String.IsNullOrEmpty(htmlStr))
6
7 {
8
9 return "";
10
11 }
12
13 string regEx_style = "