(Choose 1 answer)
What happens if model validation fails in ASP.NET Core Web API?
A. The ASP.NET Core Web API throws an exception and crashes
B. The ASP.NET Core Web API automatically handles and returns a 400 Bad Request response
C. The API endpoint returns a 404 Not Found response
D. The API endpoint returns a 500 Internal Server Error response
9