Description
Mixing IFormCollection with a [FromForm] DTO is not supported. Choose one approach: use IFormCollection for dynamic form access or a typed DTO for structured binding.Bad Code
Good Code
Properties
- Category: ASP.NET Core
- Severity: Error
- Enabled by default: True
- Code fix available: False
