.net 通用防注入代码

 

using System;

namespace web.comm
{
    
/// <summary>
    
/// ProcessRequest 的摘要说明。
    
/// </summary>

    public class ProcessRequest
    
{
        
public ProcessRequest()
        
{
            
//
            
// TODO: 在此处添加构造函数逻辑
            
//
        }


        
SQL注入式攻击代码分析


    }

}

posted on 2008-05-28 11:56  Eric Zhang  阅读(1295)  评论(1)    收藏  举报

导航