当前位置: 代码迷 >> ASP.NET >> 怎么在App_Code写一个类用到request?
  详细解决方案

怎么在App_Code写一个类用到request?

热度:9604   发布时间:2013-02-25 00:00:00.0
如何在App_Code写一个类用到request????????
如何在App_Code写一个类用到request????????

------解决方案--------------------------------------------------------
LZ把你的问题在说明白点
------解决方案--------------------------------------------------------
HttpContext.Current.Request
------解决方案--------------------------------------------------------
System.Web.HttpContext.Current.Request

如果不在网站中,应用程序需要添加System.Web.dll的引用
------解决方案--------------------------------------------------------
HttpContext.Current.Request
加上命名空间
------解决方案--------------------------------------------------------
System.Web.HttpContext.Current.Request
  相关解决方案