ViewResult or ActionResult | does it makes sense to use ViewResult if ActionResult is good for every
- by Omu
In asp.net mvc there is ViewResult for returning a View and ActionResult for returning whatever you want, so is there some good reason why should I use ViewResult instead of ActionResult when I'm sure that I will return a View ?