13
Request.GetOwinContext를 찾을 수 없습니다.
왜 이것이 작동하지 않는지 알아 내려고 한 시간 동안 검색했습니다. WebAPI가있는 ASP.Net MVC 5 응용 프로그램이 있습니다. Request.GetOwinContext (). Authentication을 얻으려고하는데 GetOwinContext를 포함하는 방법을 찾을 수없는 것 같습니다. 내 코드는 다음과 같습니다. using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Web; using System.Web.Mvc; using System.Web.Security; using TaskPro.Models; …
101
c#
asp.net-web-api
owin