What is the difference between "actionresult" and "viewresult" ?
Answer / 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 |
What is mvc technology?
What are the main razor syntax rules?
What is the advantages of mvc?
What is route in api?
List out a few different return types of a controller action method?
What is lazy loading in mvc?
Mention what is the difference between adding routes, to a webform application and an mvc application?
What is ignore route in mvc?
What is meaning of View in MVC?
How the Routes in webform application and an MVC application differ?
What is the use of keep and peek in “tempdata”?
Define attribute based routing in mvc?