SyntaxFix
Write A Post
Hire A Developer
Questions
<form action="myController/myAction" method="POST"> <input type="text" name="valueINeed" /> <input type="submit" value="View Report" /> </form>
controller:
[HttpPost] public ActionResult myAction(string valueINeed) { //.... }