Referencing system.web.cors

前端 未结 4 1637
梦毁少年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:01

    The System.Web.Cors assembly is now available on NuGet in the Microsoft.AspNet.Cors package. This is currently a prerelease package, so if you're using the Visual Studio package manager, you'll need to include prerelease packages.

提交回复
热议问题