1 Answer

0 votes
by (14.0k points)

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

Related questions

+1 vote
asked Aug 18, 2019 in MVC Language by sheetalkhandelwal (1.6k points)
+1 vote
asked Aug 18, 2019 in MVC Language by sheetalkhandelwal (1.6k points)
+1 vote
asked Aug 18, 2019 in MVC Language by sheetalkhandelwal (1.6k points)
...