HttpContext为null new HttpContextWrapper(System.Web.HttpContext.Current)

HttpContext = (context == null ? new HttpContextWrapper(System.Web.HttpContext.Current) : context);

posted @ 2016-08-10 13:26  jeffery1010  Views(222)  Comments(0Edit  收藏  举报