Shouldn\'t this work?
If I had a break point on the last } it stops there but it
}
Your Contact(ContactModel model) should not be "void", instead it should be
public ActionResult Contact(ContactModel model) { //.... some code return RedirectToAction("Contact"); }