In examples of using the ASP.NET Web API I see two different methods used to return data to the calling jQuery function. The first method returns an object of type Cli
Cli
The second method allows you to return just status codes (like the 404 in the example), streaming file content and other types of non-object content.