Comment on How to create a self hosted API for development and testingComments−revetkn12yIs the normal way to returning "success" values (throwing an exception?) var resp = new HttpResponseMessage(HttpStatusCode.Created); throw new HttpResponseException(resp);
Comments
Is the normal way to returning "success" values (throwing an exception?)