top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What are the sub types of ActionResult?

0 votes
193 views
What are the sub types of ActionResult?
posted Aug 24, 2016 by Latha

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

ActionResult is used to represent the action method result. Below are the subtypes of ActionResult :

ViewResult
PartialViewResult
RedirectToRouteResult
RedirectResult
JavascriptResult
JSONResult
FileResult
HTTPStatusCodeResult
answer Aug 26, 2016 by Shivaranjini
...