In this chapter, you'll learn:
How ASP.NET Web API routes HTTP requests to controllers and actions.
By Mike Wasson|
This article describes how ASP.NET Web API routes HTTP requests to controllers.
By Mike Wasson|
Describes the routing process in more detail, from route matching to action selection.
By Mike Wasson|
This tutorial describes error handling, exception filters, and the HttpResponseException class.