Base solution for your next web application
Open Closed

Core Request Methods #1837


User avatar
0
ninomartini created

In the ASP.NET MVC 5/Angular project, the Dynamic Web Layer automatically created API controllers. Every call had a request method of POST. In the ASP.NET Core/JavaScript project it appears we have a mix of POST, PUT and DELETE. Is there a naming convention in place here one should follow?

Thank you in advance, Nino


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Yes, there is a naming convetion, you can check it here <a class="postlink" href="http://www.aspnetboilerplate.com/Pages/Documents/AspNet-Core">http://www.aspnetboilerplate.com/Pages/ ... spNet-Core</a> under Application Services as Controllers title.

  • User Avatar
    0
    ninomartini created

    Thank you for the link, most helpful.