DEV Community

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

Collapse
 
jstafford5380 profile image
jstafford5380

Yes will do. I've been working on this exact scenario for a while now and I'm getting really frustrated with the inconsistency in how the model binder works... I think I've gotten to the point where I can consistently add more items, but I'm noticing that the post back of new items appears in the payload but not in the page model. But the page model has the other data and the payload does not.