In ASP.NET MVC I'm using the HTML helper
Html.BeginForm("ActionName", "Controller", FormMethod.Post);
But I need to post to: /controller/action/23434
How do I pass in the ID?
question from:https://stackoverflow.com/questions/878330/how-to-pass-in-id-with-html-beginform