Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-web-api2

Unable to get request header in asp net core web API

Enable CORS for Web Api 2 and OWIN token authentication

Stop displaying entire stack trace in WebAPI

Returning IHttpActionResult vs IEnumerable<Item> vs IQueryable<Item>

How to return JSON in an ApiController for a single method?

Apply [Authorize] attribute implicitly to all Web API controllers

Web API 2 OWIN Bearer Token purpose of cookie?

Global exception handling in OWIN middleware

How to return a PDF from a Web API application

WebApi 2 POST with single string parameter not working

Post byte array to Web API server using HttpClient

How do you consume extra parameters in OAuth2 Token request within .net WebApi2 application

Add a custom response header in ApiController

The route template separator character '/' cannot appear consecutively - Attribute routing issue

Deserializing JToken content to an Object

Creating new IHttpActionResult action result methods

c# asp.net-web-api2

Autofac RegisterInstance vs SingleInstance

ASP.NET Web API generate url using Url.Action

How to configure Web Api 2 to look for Controllers in a separate project? (just like I used to do in Web Api)

UseOAuthBearerTokens vs UseOAuthBearerAuthentication