3
Reply

What are Action Methods in ASP.NET MVC?

Purushottam Rathore

Purushottam Rathore

Apr 07, 2014
5.5k
0

    Action Methods are methods defined in the controller class and are responsible to perform operations based on the user's inputs like entering a URL into the browser, clicking a link, and submitting a form.

    Ashish Dhar
    May 20, 2015
    0

    http://www.codeproject.com/Articles/595024/Controllers-and-Actions-in-ASP-NET-MVC

    Shweta Lodha
    April 15, 2014
    0

    http://msdn.microsoft.com/en-us/library/dd410269(v=vs.100).aspx

    Munesh Sharma
    April 15, 2014
    0