Beispiel #1
0
 public string FilterComment(IComment c)
 {
     return(filter.FilterCommentLinks(c.Content));
 }
Beispiel #2
0
 public string FilterComment(IComment c)
 {
     return(_htmlProcessor.FilterCommentLinks(c.Content));
 }