(Choose 1 answer)
What does the [EnableCors] attribute do in ASP.NET Core Web API?
A. It enables CORS for a specific API controller or action method
B. It specifies the allowed origins for CORS requests
C. It enables CORS for all API endpoints globally
D. It controls the caching behavior for CORS responses
FUO