1. 首页
  2. 安全技术
  3. 网络攻防
  4. asp.net 防SQL注入(非常简洁)

asp.net 防SQL注入(非常简洁)

上传者: 2019-05-31 22:17:01上传 RAR文件 772B 热度 39次
protectedvoidApplication_BeginRequest(objectsender,EventArgse){//遍历Post参数,隐藏域除外foreach(stringiinthis.Request.Form){if(i=="__VIEWSTATE")continue;this.goErr(this.Request.Form[i].ToString());}//遍历Get参数。foreach(stringiinth
下载地址
用户评论