I must run the validation of a specific model after it has been submitted.
I know there are the ValidateModel/TryValidateModel
and TryUpdateModel/UpdateModel
but that is not good enough.
I need to perform a deep
model state validation of a model. I tried getting the validation of each property and inner properties individually but the ModelState entry does not get the prefix which is obviously necessary.