Samir Bhogayta
Name a few different return types of a controller action method?
By Samir Bhogayta in ASP.NET on Jun 29 2016
  • Samir Bhogayta
    Jun, 2016 29

    The following are just a few return types of a controller action method. In general an action method can return an instance of a any class that derives from ActionResult class.1. ViewResult 2. JavaScriptResult 3. RedirectResult 4. ContentResult 5. JsonResult

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS