摘要:
https://docs.microsoft.com/en-us/aspnet/core/tutorials/web-api-help-pages-using-swagger?view=aspnetcore-2.2 When consuming a Web API, understanding it 阅读全文
摘要:
https://exceptionnotfound.net/using-http-methods-correctly-in-asp-net-web-api/ The algorithm ASP.NET uses to calculate the "default" method for a give 阅读全文
摘要:
https://docs.microsoft.com/en-us/aspnet/web-api/overview/formats-and-model-binding/parameter-binding-in-aspnet-web-api 没有特殊需求的话,默认的绑定就可以使用。比如request b 阅读全文
摘要:
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 阅读全文
摘要:
https://docs.microsoft.com/en-us/dotnet/api/system.net.httpstatuscode?view=netframework-4.7.2 422 UnprocessableEntity What HTTP status response code s 阅读全文
摘要:
https://autofaccn.readthedocs.io/en/latest/getting-started/index.html The basic pattern for integrating Autofac into your application is: Structure yo 阅读全文
摘要:
Passing Parameters to Register When you register components you have the ability to provide a set of parameters that can be used during the resolution 阅读全文