(Choose 1 answer)
Web API does not automatically return an error to the client when validation fails. It is up to the controller action to check the model state and respond appropriately. Which property is using in this case?
A. ModelState.IsValid
B. ModelState.IsCorrect
C. ModelState.IsVerify
D. ModelState.Is True
E23