Microsoft.AspNet.Cors
5.2.7
This package contains the core components to enable Cross-Origin Resource Sharing (CORS) in ASP.NET.
Install-Package Microsoft.AspNet.Cors -Version 5.2.7
dotnet add package Microsoft.AspNet.Cors --version 5.2.7
<PackageReference Include="Microsoft.AspNet.Cors" Version="5.2.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.AspNet.Cors --version 5.2.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.AspNet.Cors, 5.2.7"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.AspNet.Cors as a Cake Addin
#addin nuget:?package=Microsoft.AspNet.Cors&version=5.2.7
// Install Microsoft.AspNet.Cors as a Cake Tool
#tool nuget:?package=Microsoft.AspNet.Cors&version=5.2.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
This package has no dependencies.
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Microsoft.AspNet.Cors:
| Package | Downloads |
|---|---|
|
Microsoft.AspNet.Cors.de
Dieses Paket enthält die deutschen Satellitenassemblys für ASP.NET CORS.
|
|
|
Microsoft.AspNet.WebApi.Cors
This package contains the components to enable Cross-Origin Resource Sharing (CORS) in ASP.NET Web API.
|