Posts

Showing posts with the label ActionResult Type In MVC

What are the sub types of ActionResult?

ActionResult is used to represent the action method result. Below are the subtypes of ActionResult – ViewResult PartialViewResult RedirectToRouteResult RedirectResult JavascriptResult JSONResult FileResult HTTPStatusCodeResult