I\'m developing an ASP.NET MVC 5 web with C# and .NET Framework 4.5.1.
I have this form in a cshtml file:
form
cshtml
@model MyProduct.
In your Post Methode you receive "MyProduct.Web.API.Models.ConnectBatchProductViewModel" as Parameter. Use the existing model for the Post methode.
Why do you want a IEnumerable from your model? there is only one available including the id in the model.