Model View Controller (MVC) Question:

Download Job Interview Questions and Answers PDF

Name a few different return types of a controller action method?

MVC Interview Question
MVC Interview Question

Answer:

The following are just a few return types of a controller action method. In general an action method can return an instance of a any class that derives from ActionResult class.
1. ViewResult
2. JavaScriptResult
3. RedirectResult
4. ContentResult
5. JsonResult

Download MVC Interview Questions And Answers PDF

Previous QuestionNext Question
Where are the routing rules defined in an asp.net MVC application?What is the significance of NonActionAttribute?