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