what are action methods in mvc?
asp.net
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ramesh MaruthiPosted Oct 26, 2014, 5:53 PM
For an example you developed a web Application in that you got a page called calculator and that page has a controller called calculatorcontroller in that you have the different methods for performing actions like addition, substratcion, multiplication which returns an action result to view once see this link below :
http://www.codeproject.com/Articles/195434/Actions-in-ASP-NET-MVC