2
Reply

What are Action methods?

Pradeep Yadav

Pradeep Yadav

7y
235
0
Reply

    Action method can return dynamic logic.

    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.