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
Comments
Post a Comment