Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-web-api

ASP.NET Web API + Long running operation cancellation

WebApi ActionFilterAttribute, HttpActionContext access user name (IPrincipal) [duplicate]

Need to pass windows credentials cross domain to API

How to Implement a Web API controller to accept chunked uploads using JQuery File Upload?

WebApi 2 Maximum request length exceeded

asp.net-web-api

Why throws exception when using Guid.Parse() method?

How Set Authorization headers at HTML Form or at A href

Error occurred when trying to create a controller of type 'EmployeeController'. Make sure controller has a parameterless public constructor

Is it an antipattern to call WEBAPI services from MVC Controllers?

AggregateException is throwing while waiting for PostAsJsonAsync

How to handle errors differently for (or distinguish between) API calls and MVC (views) calls in ASP.NET Core

Add Authentication to /swagger/ui/index page - Swagger | Web API | Swashbuckle

Swagger API not refreshing the documentation

Passing Dynamic JSON Object to Web API - Newtonsoft Example

How to increase the json size limit for ASP.NET WebAPI Post call?

Set Principal/User Context to a User Object

How to return a list of objects as an IHttpActionResult?

c# asp.net asp.net-web-api

asp.net webapi UseOAuthBearerAuthentication vs UseJwtBearerAuthentication

Use Redirect in Web Api Controller (HTTP 302 Found)

How to read FormData into WebAPI