Top "Mediatypeformatter" questions

From where do I reference a missing assembly (System.Net.Http.Formatting)?

In my Visual Studio 2013 RC project, I'm getting this err msg: "The type 'System.Net.Http.Formatting.MediaTypeFormatter' is defined …

.net-assembly visual-studio-debugging visual-studio-2013 system.net mediatypeformatter
Web API: Content in HttpResponseMessage

In one of my Get request, I want to return an HttpResponseMessage with some content. Currently I have it working …

.net asp.net-web-api httpresponse mediatypeformatter
Change Response Headers on Media Type Formatter for ASP.NET Web API

I have created an ASP.NET web API controller that is returning a strongly typed object on an action, as …

c# asp.net asp.net-mvc-4 asp.net-web-api mediatypeformatter
Is Microsoft.AspNet.WebApi.Client supported in .NET Core or not?

I'm currently trying to do some JSON formatting using the HttpClient in .NET Core and MediaTypeFormatters. Especially the function "ReadAsAsync(..., …

c# .net-core mediatypeformatter
Return json by default using ASP.NET Web API

Is it possible to return json by default from the ASP.NET Web API instead of XML?

asp.net-web-api mediatypeformatter