filmov
tv
How to handle unexpected Validation Results from an ASP.NET Core MVC Navigation Property #aspnetcore

Показать описание
This web application had a problem of unexpected validation results that shouldn't have occurred. The solution was to add the [ValidateNever] attribute to the navigation properties in the Model class.