示例#1
0
 public string Sanitize(IHtmlDocument doc)
 {
     return(doc == null ? null : htmlSanitizer.SanitizeDoc(doc));
 }