What are Action methods?
Pradeep Yadav
Select an image from your device to upload
All the public methods of the Controller class are called Action methods. They are like any other normal methods with the following restrictions:
Action method must be public. It cannot be private or protectedAction method cannot be overloadedAction method cannot be a static method.