I always try this instead -
In the controller, make a method
public IHttpActionResult MyResult(){ return Ok(); }
If you get a compilation error, then this is API 1.0.
If there is no compilation error, you are referring to API 2.0.
Newton Sheikh Jun 27 '15 at 13:55 2015-06-27 13:55
source share