forum

Home / DeveloperSection / Forums / How to Retrieve form values in controller action?

How to Retrieve form values in controller action?

Sunil Singh 991 15-Dec-2017

I want to get form textbox data .I have an MVC controller that has this Action Method:

[HttpPost]

public ActionResult SubmitAction()
{
     // Get Post Params Here
 ... return something ...
}

and i have simple form with textboxes

How I access the parameter values?


Updated on 15-Dec-2017

Can you answer this question?


Answer

1 Answers

Liked By