In .Net Terminology, 'FormCollection' means 'Collection' of 'Forms' 'System.Windows.Forms.FormCollection' is collection of System.Windows.Forms.Form
In ASP.Net MVC, 'FormCollection' is little confusing.
Is it Collection of all Submit 'Forms' in webpage ?
(Or) Is it Collection of Input controls on paritcular form ?