(Choose 1 answer)
What is the purpose of the [AllowAnonymous] attribute in ASP.NET Core authentication?
A. To specify multiple authentication schemes for an action method
B. To allow anonymous access to a specific controller, overriding authentication rules
C. To allow anonymous access to an action method, overriding authentication rules
D. To skip model validation for a specific action method