ASP.NET Identity - HttpContext has no extension method for GetOwinContext

后端 未结 10 1715
暗喜
暗喜 2020-12-04 05:04

I have downloaded, and successfully ran the ASP.NET Identity sample from here: https://github.com/rustd/AspnetIdentitySample

I am now in the middle of implementing t

10条回答
  •  无人及你
    2020-12-04 06:10

    I had all the correct packages and usings, but had to built first before I could get GetOwinContext() to work.

提交回复
热议问题