1 Answer

0 votes
by
In MVC, there are twelve types of results in MVC where “ActionResult” class is the main class while the 11 are their sub-types

•ViewResult

•PartialViewResult

•EmptyResult

•RedirectResult

•RedirectToRouteResult

•JsonResult

•JavaScriptResult

•ContentResult

•FileContentResult

•FileStreamResult

•FilePathResult

Related questions

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