要引用这几个才有GetOwinContext与GetAutofacLifetimeScope
Posted 吴晓阳
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了要引用这几个才有GetOwinContext与GetAutofacLifetimeScope相关的知识,希望对你有一定的参考价值。
using Owin; using Autofac; using Autofac.Integration.Owin; using System.Web; var owin = this.Request.GetOwinContext(); var scop = owin.GetAutofacLifetimeScope(); scop.ResolveOptional()
以上是关于要引用这几个才有GetOwinContext与GetAutofacLifetimeScope的主要内容,如果未能解决你的问题,请参考以下文章
HttpContext.GetOwinContext().Authentication 报错 解决办法
HttpContext.GetOwinContext().GetUserManager<AppRoleManager>() 返回 null