79238230

Date: 2024-11-29 20:01:46
Score: 0.5
Natty:
Report link

In current versions of .NET you will find that <ObjectGraphDataAnnotationsValidator /> is no longer available so now the way to get this to work is to use FluentValidation.

It took some time to get it working but it does and validates all child objects correctly and only submits if all models are valid: EditForm Validation With List of Model Rather Than Single Model

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Robin Wilson