public class InvoiceInput { public string code { get; set; } public string From { get; set; } public string To { get; set; } public List InvoiceType = new List(); }
.
But what am getting is always null on the InvoiceType field and other field are binding perfectly.
Please give some best resource for model binding
Thanks in Advance Experts