Thursday, 2 June 2016

Action Method In MVC

Action Method Syntax:






  1. Action method must be public. It cannot be private or protected
  2. Action method cannot be overloaded
  3. Action method cannot be a static method.

No comments:

Post a Comment