asp.net - Redirect to Post Method/Action -


I have an ActionResult that accepts POST, but one task for me to redirect from controller to another controller Post method / proceedings ???

Here the signature of the method being redistributed is; [Valid Antiforigi Token] [Transaction] [AcceptVerbs (HttpVerbs.Post)] Edit Public ActionResult (Payment Payment, Payment Application Payment Application, String Exchange ID, Bull Manual, Inc. First Payment ID , Int? ExchangeEventId, bool addOnly) {}

You call POST method Can not use RedirectToAction . For your specific requirement, just call the controller and call the method directly to the other controller, whatever passes the norms.

  var Controller = New YourControllerWithMethodToCall (); Controller Edit (payment, etc ...);    

Comments