using Owin;
using Autofac;
using Autofac.Integration.Owin;
using System.Web;


var owin = this.Request.GetOwinContext();
            var scop = owin.GetAutofacLifetimeScope();
            scop.ResolveOptional()

 

相关文章:

  • 2021-10-11
  • 2022-12-23
  • 2021-12-02
  • 2021-12-05
  • 2021-12-15
  • 2022-01-17
  • 2022-01-21
  • 2021-07-06
猜你喜欢
  • 2021-10-01
  • 2021-10-24
  • 2021-06-24
  • 2021-12-29
  • 2021-11-07
  • 2021-09-24
相关资源
相似解决方案