DEV Community

Discussion on: Add items dynamically in list in .net core

Collapse
 
marcusstockton profile image
Marcus Stockton • Edited

Great article, and exactly what I was after, but I am having an issue with part of my data coming in as null in the AddOrderItem controller method.
If you were to add in a complex data type into OrderItem (i.e IFormFile, or another Custom object), would you need to create a custom model binder to get the data in?