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 mediatypeformatterIn 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 mediatypeformatterI 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 mediatypeformatterI'm currently trying to do some JSON formatting using the HttpClient in .NET Core and MediaTypeFormatters. Especially the function "ReadAsAsync(..., …
c# .net-core mediatypeformatterIs it possible to return json by default from the ASP.NET Web API instead of XML?
asp.net-web-api mediatypeformatter