Referencing system.web.cors

前端 未结 4 1639
梦毁少年i
梦毁少年i 2021-02-06 23:42

I\'m trying to implement cors support in my Web API.

I have read a couple of blog posts on this topic, but I can\'t seem to find System.Web.Cors.dll or System.Web.Http.C

4条回答
  •  独厮守ぢ
    2021-02-07 00:10

    Create a .NET 4.5 MVC project, install nuget package "Microsoft ASP.NET Web API [version] Cross-Origin Support" (search for "cors" and it will be on 1st or 2nd place in list). That's it.

    P.S. If you encounter errors try to install "Microsoft ASP.NET Web API [version]" package too (search for "WebApi").

提交回复
热议问题