在App_Code中获取Session,Request
System.Web.HttpContext.Current.Session
System.Web.HttpContext.Current.Request
在asp.net中,ihttphander处理函数中, 随时都可以获取Current对象的
System.Web.HttpContext.Current.Session
System.Web.HttpContext.Current.Request
在asp.net中,ihttphander处理函数中, 随时都可以获取Current对象的