ASP.net MVC Controller Actions and Web Methods -


I am in the ongoing discussion about what to use in connection with calling "administrator actions" in particular What is the best terminology for what we are talking about controller action which only accept 'POST' actions. One of my colleagues calls them "web methods", I suspect that this is due to the old days of web services.

So I believe that:

Is it correct that the operation of the controller, which accepts the 'POST' verb as a web method?

Any consideration greatly appreciates.

Distinguishing is not very clear PUT , MERGE > How are you going to refer to the method that accepts DELETE or other action (seems REST)?

We call these "post-action", "mirage-action", etc. This is how it is said in both ASP.NET MVC framework and gives additional information about how these actions work.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -