1 Answer

0 votes
by

“ActionResult” is an abstract class while “ViewResult” is derived from “AbstractResult” class.  “ActionResult” has a number of derived classes like 

“JsonResult”, “FileStreamResult” and “ViewResult” .

“ActionResult” is best if you are deriving different types of view dynamically.

Related questions

0 votes
asked Aug 18, 2019 in MVC Language by sheetalkhandelwal
0 votes
asked Aug 18, 2019 in MVC Language by sheetalkhandelwal
...