FormCollection ASP.Net Form

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