2
Reply

What are Action methods?

Pradeep Yadav

Pradeep Yadav

May 26, 2017
193
0

    Action method can return dynamic logic.

    Rajani Pandey
    January 07, 2018
    0

    Action methods are the methods which has one to one mapping with user requests. These methods execute requests and create response. Each controller can have default action method, however it needs to be declared in RegisteRoutes() method of RouteConfig file.

    Pradeep Yadav
    May 26, 2017
    0