This package contains the components to enable Cross-Origin Resource Sharing (CORS) in ASP.NET Web API.
Info
Version: | 5.3.0 |
Author(s): | Microsoft |
Last Update: | Monday, October 23, 2023 |
.NET Fiddle: | Online Example |
Project Url: | https://www.asp.net/web-api |
NuGet Url: | https://www.nuget.org/packages/Microsoft.AspNet.WebApi.Cors |
Install
Install-Package Microsoft.AspNet.WebApi.Cors
dotnet add package Microsoft.AspNet.WebApi.Cors
paket add Microsoft.AspNet.WebApi.Cors
Microsoft.AspNet.WebApi.Cors Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNet.WebApi.Core(>= 5.2.7 && < 5.3.0)
- Microsoft.AspNet.Cors(>= 5.2.7)
Tags