WebAPIContrib icon indicating copy to clipboard operation
WebAPIContrib copied to clipboard

Community Contributions for ASP.NET Web API

Results 8 WebAPIContrib issues
Sort by recently updated
recently updated
newest added

Web API nested entities - throwing System.NotSupported Exception while trying to display records on web page (using .include on html) ![web api](https://user-images.githubusercontent.com/40576690/62423109-ad695d00-b6da-11e9-8354-45c39718b0cc.png)

Hi, i have a problem in angular when send data in post method, in my client ```javascript this.prueba = function (id, nombre) { return $http.post(ApiURL + "AEmpleado/prueba", { id: id,...

This fixes the problem that if you make a response with no content eg. a redirect, HeadContent will be called with a null value and throw a NullReferenceException.

If I have a controller with two GET actions - e.g /api/get and /api/get/:id, when I add `[MvsStyleBinding]` to my controller, I get the following error: ``` An error has...

Probably this topic was described before but I could not find a solution. There are two ways to registrate routes in MVC and WebApi projects: 1. MVC Project you call...

Right now I'm trying to pass multiple parameters to the action MyRecentActivity, but when I run the test below, an exception is thrown saying that the first parameter was 0,...

https://github.com/search?q=repo%3AMancyTsui%2FConf%20WebApi&type=code