Model Binding with ASP.NET Core [duplicate]
问题 This question already has an answer here : Why is Model Binding not working in my POST action method? (1 answer) Closed 2 years ago . I'm trying to make a simple todo MVC application with asp.net core MVC. My plan is to make a webpage with simple checkboxes and give the user the ability to change the state with a form. The form is displayed correctly but the "model binding" in the controller does not work. What am I doing wrong? The UI (image) The view: @model List<Todo> <form asp-controller=