Beispiel #1
0
 private string HtmlToText(string html)
 {
     return(HtmlUtil.ConvertHtmlToText(ModuleProvider, html));
 }