富贵资源网 Design By www.hznty.com

类库中获取Session首先要添加引用

ASP.NET在底层类库中获取Session C#类中获取Session <font color=red>原创</font>

ASP.NET在底层类库中获取Session C#类中获取Session <font color=red>原创</font>

获取Session

复制代码 代码如下:
string user = (string)HttpContext.Current.Session["user"];

获取Page

复制代码 代码如下:
System.Web.UI.Page page = (System.Web.UI.Page)HttpContext.Current.Handler;

获取当前 Request Response 等对象都是在这里

复制代码 代码如下:
HttpResponse response = System.Web.HttpContext.Current.Response;
HttpRequest request = System.Web.HttpContext.Current.Request;

富贵资源网 Design By www.hznty.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
富贵资源网 Design By www.hznty.com