摘要: https://docs.microsoft.com/en-us/aspnet/web-api/overview/formats-and-model-binding/parameter-binding-in-aspnet-web-api 没有特殊需求的话,默认的绑定就可以使用。比如request b 阅读全文
posted @ 2019-01-22 16:52 ChuckLu 阅读(643) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/6203231/which-http-methods-match-up-to-which-crud-methods Create = PUT with a new URI POST to a base URI returning 阅读全文
posted @ 2019-01-22 16:35 ChuckLu 阅读(168) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/en-us/aspnet/web-api/overview/error-handling/exception-handling https://docs.microsoft.com/en-us/aspnet/web-api/overview/er 阅读全文
posted @ 2019-01-22 15:16 ChuckLu 阅读(295) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/en-us/dotnet/api/system.net.httpstatuscode?view=netframework-4.7.2 422 UnprocessableEntity What HTTP status response code s 阅读全文
posted @ 2019-01-22 10:25 ChuckLu 阅读(431) 评论(0) 推荐(0) 编辑