What are all the available ActionResults for ASP.NET MVC?
Posted
by KingNestor
on Stack Overflow
See other posts from Stack Overflow
or by KingNestor
Published on 2009-06-17T15:14:09Z
Indexed on
2010/05/08
2:48 UTC
Read the original article
Hit count: 249
asp.net-mvc
|actionresult
What are all the methods that return an ActionResult in ASP.NET MVC as of right now (ie. RedirectToAction, etc.)
I haven't found a good documentation resource that lists this kind of stuff.
© Stack Overflow or respective owner