What are all the available ActionResults for ASP.NET MVC?
- by KingNestor
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.