#ap

Authentication and Authorization in ASP.NET Web API

https://docs.microsoft.com/en-us/aspnet/web-api/overview/security/authentication-and-authorization-in-aspnet-web-apiYou'vecreatedawebAPI,butnowyouwanttocontrola...

HTTP Message Handlers in ASP.NET Web API

https://docs.microsoft.com/en-us/aspnet/web-api/overview/advanced/http-message-handlersAmessagehandlerisaclassthatreceivesanHTTPrequestandreturnsanHTTPresponse....

ErrorHandling in asp.net web api

https://docs.microsoft.com/en-us/aspnet/web-api/overview/error-handling/exception-handlinghttps://docs.microsoft.com/en-us/aspnet/web-api/overview/error-handlin...

Parameter Binding in ASP.NET Web API

没有特殊需求的话,默认的绑定就可以使用。比如requestbody是json字符串。然后只要对应的class的属性和json能够对应上就可以了。ThemediatypedetermineshowWebAPIserializesanddeserializestheHTTPmessagebody. WebAPIh...

Routing and Action Selection in ASP.NET Web API

https://exceptionnotfound.net/using-http-methods-correctly-in-asp-net-web-api/The algorithmASP.NETusestocalculatethe"default"method foragivenactiongoe...

web API help pages with Swagger / OpenAPI

https://docs.microsoft.com/en-us/aspnet/core/tutorials/web-api-help-pages-using-swagger?view=aspnetcore-2.2WhenconsumingaWebAPI,understandingitsvariousmethodsca...
代码星球 代码星球·2021-02-08

NSwag Tutorial: Integrate the NSwag toolchain into your ASP.NET Web API project

https://blog.rsuter.com/nswag-tutorial-integrate-the-nswag-toolchain-into-your-asp-net-web-api-project/ThistutorialshowshowtointegrateNSwag(Swaggertoolchainfor....

NSwag在asp.net web api中的使用,基于Global.asax

https://github.com/NSwag/NSwag/wiki/OwinGlobalAsaxThispageexplainshowtousetheNSwagOWINmiddlewareinyour"Global.asax"-basedwebproject.Itisrecommendedtomigrateyour...

application pool can not write to event log

https://stackoverflow.com/questions/9564420/the-source-was-not-found-but-some-or-all-event-logs-could-not-be-searchedEventLog.SourceExistsenumeratesthroughthesu...

Call a Web API From a .NET Client (C#)

https://docs.microsoft.com/en-us/aspnet/web-api/overview/advanced/calling-a-web-api-from-a-net-client ...
代码星球 代码星球·2021-02-08

integration asp.net web api with autofac and owin

https://github.com/autofac/Examples/tree/master/src/WebApiExample.OwinSelfHosthttps://github.com/autofac/Examples/blob/master/src/WebApiExample.OwinSelfHost/Sta...

Media Formatters in ASP.NET Web API 2

ThistutorialshowshowtosupportadditionalmediaformatsinASP.NETWebAPI.Amediatype,alsocalledaMIMEtype,identifiestheformatofapieceofdata.InHTTP,mediatypesdescribethe...

JSON and XML Serialization in ASP.NET Web API

https://docs.microsoft.com/en-us/aspnet/web-api/overview/formats-and-model-binding/json-and-xml-serializationJSONformattingisprovidedbytheJsonMediaTypeFormatter...

Basic Authentication in ASP.NET Web API

BasicauthenticationisdefinedinRFC2617,HTTPAuthentication:BasicandDigestAccessAuthentication.DisadvantagesUsercredentialsaresentintherequest.Credentialsaresentas...

Secure a Web API with Individual Accounts and Local Login in ASP.NET Web API 2.2

https://docs.microsoft.com/en-us/aspnet/web-api/overview/security/individual-accounts-in-web-apiIndividualaccountsprovidetwowaysforausertologin:Locallogin.Theus...
首页上一页...9293949596...下一页尾页