Formcollection asp.net form

Code Example - Formcollection asp.net form

                
                        [HttpPost]
public ActionResult ActionName(FormCollection collection)
{
    //collection["inputName"];
}