I\'m try to pass my model values from View to Controller by using ajax JQuery. In my controller that model is shown as null.
JQuery
null
Controller alr
data: '{info:'
public ActionResult InsertItems(List invoice)
List