I'm trying to add multiple items of the same type at once in a single View, while giving the model.
@model List<Item>
For the view, It renders, when I post back, the model is null, even though the form data is sent correctly but for some reason the mapping is not happening.