ASP.NET Core 6.0 - Issues with Data Annotations Validation in Custom Model Binder
👀 Views: 3
💬 Answers: 1
📅 Created: 2025-06-11
asp.net-core model-binding data-annotations validation
I'm facing an issue with data validation not working as expected in my ASP.NET Core 6.0 application when using a custom model binder. I've implemented a model b...