示例#1
0
 protected string HtmlEncode(String value)
 {
     return(Sanitizer.Encode(value));
 }