码迷,mamicode.com
首页 > Windows程序 > 详细

要引用这几个才有GetOwinContext与GetAutofacLifetimeScope

时间:2016-06-08 06:56:30      阅读:381      评论:0      收藏:0      [点我收藏+]

标签:

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


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

 

要引用这几个才有GetOwinContext与GetAutofacLifetimeScope

标签:

原文地址:http://www.cnblogs.com/shiningrise/p/5568888.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!