Razor視圖: @using (Html.BeginForm("Move", "Details", new { dict= dictionary}, FormMethod.Post)) {
//table with info and submit button
//dictionary => is a dictionary of type <Sales_Order_Colle
我需要添加一個動態routevalue在html.beginform,像這樣 Html.BeginForm("action", "controller", new {
somethingID = "some js function or jquery that get the value from a textbox"
}))
我知道MVC是已經經過paramenter我的方法