コード例 #1
0
 public string FilterComment(IComment c)
 {
     return(filter.FilterCommentLinks(c.Content));
 }