HTTP verb attributes

Http Verb Attributes

用法是在前面加上 Http Attribute, 可以讓整個 API code 看得比較乾淨
  • HttpGet
  • HttpPost
  • HttpPut
  • HttpDelete
  • HttpPatch

留言