Note that you can see that this is supported by the Html.BeginForm helper, you do this through routeValues:
@Html.BeginForm("ActionName", "ControllerName", new { foo = "1" })
It essentially generates the same html as the form tag, but wants to post to those who find this question, and wants to know how to pass additional values ββthat are not part of the form using the BeginForm helper.
AaronLS
source share