Description
IFormCollection parameters must have an explicit [FromForm] attribute. Unlike IFormFile which auto-binds, IFormCollection requires explicit attribution for clarity and safety.Bad Code
Good Code
Properties
- Category: ASP.NET Core
- Severity: Error
- Enabled by default: True
- Code fix available: False
