chinmay.sahoo
New member
By default, the ASP.NET MVC framework treats all public methods of a controller class as action methods. If you do not want a public method to be an action method, you must mark that method with the Non Action Attribute attribute.