I want to redirect to an action in other Controller but it doesn\'t work here\'s my code in ProductManagerController:
[HttpPost] public ActionResult RedirectToIm
return RedirectToAction("ProductImageManager","Index", new { id=id });
Here is an invalid parameters order, should be an action first AND ensure your routing table is correct