Failing to pass data from view to the Action by Html.BeginForm()
问题 I am very new at asp.net mvc, so the reason behind my failure might be something basic as well, but I can't seem to find it after nearly a days work now. What I am trying to do is to get the edited Model from the Index view and pass it to a second action which does not have view and returns return RedirectToAction("Index") in the related controller. In OrdersItemsController my Action is as the following: [HttpPost] [ValidateAntiForgeryToken] public ActionResult MarkedShipped(IEnumerable