23 lines
830 B
Markdown
23 lines
830 B
Markdown
|
---
|
||
|
title: "Web API Routing | Microsoft Docs"
|
||
|
author: rick-anderson
|
||
|
description: "How ASP.NET Web API routes HTTP requests to controllers and actions."
|
||
|
ms.author: aspnetcontent
|
||
|
manager: wpickett
|
||
|
ms.date: 01/26/2012
|
||
|
ms.topic: article
|
||
|
ms.assetid: 8447679a-2556-4411-b758-bbe55cfa4805
|
||
|
ms.technology: dotnet-webapi
|
||
|
ms.prod: .net-framework
|
||
|
msc.legacyurl: /web-api/overview/web-api-routing-and-actions
|
||
|
msc.type: chapter
|
||
|
---
|
||
|
Web API Routing
|
||
|
====================
|
||
|
> How ASP.NET Web API routes HTTP requests to controllers and actions.
|
||
|
|
||
|
|
||
|
- [Routing in Web API](routing-in-aspnet-web-api.md)
|
||
|
- [Routing and Action Selection in Web API](routing-and-action-selection.md)
|
||
|
- [Attribute Routing in Web API 2](attribute-routing-in-web-api-2.md)
|
||
|
- [Create a REST API with Attribute Routing in Web API 2](create-a-rest-api-with-attribute-routing.md)
|