.NET防止SQL、JS、HTML注入
摘要:/// /// 过滤标记/// /// 包括HTML,脚本,数据库关键字,特殊字符的源码 /// 已经去除标记后的文字public static string NoHTML(string Htmlstring){if (Htmlstring == null){return "";}else{//删除...
阅读全文
posted @ 2014-12-19 15:55
posted @ 2014-12-19 15:55
posted @ 2014-06-20 14:00