Html.BeginForm not posting to server despite submit button
问题 I have a standard form, which is wrapped into a Html.BeginForm. In the bottom there is a submit button. However, when clicking the button my controller isn't getting hit. I experience a reload of the page, but no code is hit. I've tried to debug on the controllers side and try code I could see get hit, but it's definetely not being hit. Razor - Index.cshtml under /Views/BuyBitcoins/Index.cshtml: @using (Html.BeginForm("BuyBitcoinsNow", "BuyBitcoins",FormMethod.Post)) { <h3>@ModelRes