FormCollection Empty on Form Post in ASP.NET-MVC

前端 未结 4 653
心在旅途
心在旅途 2021-01-03 18:33

I am posting a very simple form using a method I have used frequently in the past. It may be easier to show my code rather than type a lengthy explanation. Here\'s the HTML:

4条回答
  •  感动是毒
    2021-01-03 19:08

    I had this issue and then realised I had disabled all the INPUT controls before I submitted the form (as a UX feature).

提交回复
热议问题