Statistics
The Highest Post







Statistics
Count 36
Avg 276.81
Min 21
Max 9230
WebApi Top questions

Details



Peter Agyekum Tell me the code snippet to show how we can return 404 errors from HttpError? string message = string.Format(“TestCustomer id = {0} not found”, customerid); return Request.CreateErrorResponse(HttpStatusCode.NotFound, message);