Solarion
Honorary Master
- Joined
- Nov 14, 2012
- Messages
- 28,051
- Reaction score
- 17,804
It's getting there I think, more feeling my way around at the moment with asp.net webapi. Haven't used any Wizard for the controllers.
Edit: returns JSON by adding
Edit: returns JSON by adding
to the WebApiConfigconfig.Formatters.JsonFormatter.SupportedMediaTypes.Add(new MediaTypeHeaderValue("text/html"));
Last edited:

