.NET MVC Call method on different controller

Viewed 86877

Can anybody tell me how to call a method on a different controller from within an action method? I don't want to redirect. I want to call a method on a different controller that returns a string and use the response within my action method.

7 Answers
Related