using html.begin form, how to do add the value of {id} to the post url?
- by Blankman
i need to post url to be /controller/action/someID
not sure how to get someID in using the BeginForm helper.
html.beginform("controller", "action", formmethod.post)