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.
By Mike Wasson|
Web API 2 introduces a new form of routing that uses attributes to define routes. This topic gives an overview of attribute routing.
By Mike Wasson|
This end-to-end tutorial shows how to use attribute routing to define URIs for a REST API.