| Property | Value |
|---|---|
| Severity | Error |
| Category | ASP.NET Core |
| Code fix | No |
| Analyzer | Al1100ToAl1104FormBindingAnalyzer |
| Enabled by default | Yes |
IFormCollection parameters must have an explicit [FromForm] attribute. Unlike IFormFile which auto-binds, IFormCollection requires explicit attribution for clarity and safety.