Asp.net – Bind an array of objects without specifying the array indexes
I have a Razor Pages page, and want to submit an array of objects and automatically bind them. However, these objects will be edited (added, edited and deleted) on the client side. So rather than specify the index of each…