FormCollection Empty on Form Post in ASP.NET-MVC

前端 未结 4 655
心在旅途
心在旅途 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:07

    Wish I could post this as a simple comment, but I don't have that priviledge... I added all my name attributes, and still no joy. Remember to add your name attribute to your form itself. Must use the overload for HTML.BeginForm that accepts htmlAttributes.

提交回复
热议问题