I am passing a Controller as a parameter, can't get to RedirectToAction method?

Posted by Blankman on Stack Overflow See other posts from Stack Overflow or by Blankman
Published on 2010-06-15T14:30:31Z Indexed on 2010/06/15 14:32 UTC
Read the original article Hit count: 132

Filed under:
|

My method looks like:

public static RedirectToResult(Controller controller, ...)
{

}

when I do:

controller.

I don't see RedirectToAction, how come?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about asp.net-mvc