Ninject supports binding in Request Scope, like Bind<X>().To<Y>().InRequestScope()
.
Is it possible to bind in Web Session scope? Requests have HttpContext.Current.Session.SessionID
after all.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1743763702a4503104.html
评论列表(0条)