J'essaie d'activer le partage de ressources d'origine croisée sur mon API Web ASP.NET Core, mais je suis bloqué.
L' EnableCors
attribut accepte le policyName
type string
comme paramètre:
// Summary:
// Creates a new instance of the Microsoft.AspNetCore.Cors.Core.EnableCorsAttribute.
//
// Parameters:
// policyName:
// The name of the policy to be applied.
public EnableCorsAttribute(string policyName);
Qu'est-ce que cela policyName
signifie et comment puis-je configurer CORS sur une API Web ASP.NET Core?