What is the difference between "actionresult" and "viewresult" ?
Answer Posted / Mitanshu Srivastava
ActionResult is an abstract class in MVC that represents the result of an action method, while ViewResult is a specific type of ActionResult that returns a view.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers