asp.net

HttpRequest 转 HttpRequestBase

1 HttpRequestWrapper httpRequestWrapper = new HttpRequestWrapper(System.Web.HttpContext.Current.Request);
2 HttpRequestBase httpRequestBase = httpRequestWrapper.RequestContext.HttpContext.Request;

 

 posted on 2013-01-14 09:36  xdsfoo  阅读(157)  评论(0编辑  收藏  举报