This class contents contain extensions for System.Web.Mvc 3.0 and higher.
Adds to FormCollection.Get, for getting same Key name, when using an expresion.
EX: @Html.HiddenFor(model => model.Id)
FormCollection.Get(model => model.Id)
The above would return the value for hidden form data.