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: 170
ASP.NET
|asp.net-mvc
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