1.

List Out The Types Of Result In Mvc?

Answer»

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

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



Discussion

No Comment Found