PROGRAM AREA
WebApi Top questions
Post
New Post
Find by name:
WebApi
First Name
PostDate
Name the tools or API for developing or testing web api?
Jersey API CFX Axis Restlet
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);
Test Web api55
yes
Page 7 of 12
««
«
…
2
3
4
5
6
7
8
9
10
11
…
»
»»
Full Page