Hi,
I'm using the html helper
Html.BeginForm("ActionName", "Controller", FormMetod.Post);
But I need to post to: /controller/action/23434
How do I pass in the ID?
|
1
|
Hi, I'm using the html helper
But I need to post to: /controller/action/23434 How do I pass in the ID?
|
||
|
|
|
|
Matt's should work fine. If you are still passing in
Reversing the third and fourth parameters will result in the |
||
|
|
|
|
|
||||||
|