Skip to content Skip to sidebar Skip to footer
Showing posts with the label Asp.net Web Api2

Web Api 2.0 Recieve Json Data In Camel-case With A Pascal-case Model

I am attempting to make a PUT call to my Web API. I have set the following up in the WebApiConfig.c… Read more Web Api 2.0 Recieve Json Data In Camel-case With A Pascal-case Model

Not Getting Response When Register Is Successful

I have a Web API 2 register method as follows :- [AllowAnonymous] [Route('Register'… Read more Not Getting Response When Register Is Successful

Access-control-allow-methods And Microsoft Edge, Works With Firefox And Chrome

I'm using superagent to execute a DELETE call to my WebApi backend. The pre-flight call says t… Read more Access-control-allow-methods And Microsoft Edge, Works With Firefox And Chrome

Web API 2.0 Recieve JSON Data In Camel-case With A Pascal-case Model

I am attempting to make a PUT call to my Web API. I have set the following up in the WebApiConfig.c… Read more Web API 2.0 Recieve JSON Data In Camel-case With A Pascal-case Model