Beispiel #1
0
 //------------XSS
 public static string RemoveXss(string input)
 {
     return(SafeC.RemoveXss(input));
 }