ASP.Net Core MVC – Deleting table rows in view is not received properly in POST action method when form submits
I have a table in ASP.Net Core MVC Project. It is bound to a ModelList object MandateCheckDetailsList in my ViewModel. I have a Delete button in each row which is used to delete the particular row. Once the user is satisfied with his added rows, He then submits the form using Next button which calls the POST action method.