39 lines
2.1 KiB
Markdown
39 lines
2.1 KiB
Markdown
|
---
|
||
|
title: "Controllers and Routing | Microsoft Docs"
|
||
|
author: rick-anderson
|
||
|
description: "In this tutorial set, you learn about ASP.NET routing, which maps browser requests to ASP.NET MVC controller actions."
|
||
|
ms.author: aspnetcontent
|
||
|
manager: wpickett
|
||
|
ms.date: 09/28/2011
|
||
|
ms.topic: article
|
||
|
ms.assetid: 124df537-428c-4861-b6c2-4830c094fe0c
|
||
|
ms.technology: dotnet-mvc
|
||
|
ms.prod: .net-framework
|
||
|
msc.legacyurl: /mvc/overview/older-versions-1/controllers-and-routing
|
||
|
msc.type: chapter
|
||
|
---
|
||
|
Controllers and Routing
|
||
|
====================
|
||
|
> In this tutorial set, you learn about ASP.NET routing, which maps browser requests to ASP.NET MVC controller actions.
|
||
|
|
||
|
|
||
|
- [ASP.NET MVC Routing Overview (C#)](asp-net-mvc-routing-overview-cs.md)
|
||
|
- [Understanding Action Filters (C#)](understanding-action-filters-cs.md)
|
||
|
- [Improving Performance with Output Caching (C#)](improving-performance-with-output-caching-cs.md)
|
||
|
- [Adding Dynamic Content to a Cached Page (C#)](adding-dynamic-content-to-a-cached-page-cs.md)
|
||
|
- [Creating a Controller (C#)](creating-a-controller-cs.md)
|
||
|
- [Creating an Action (C#)](creating-an-action-cs.md)
|
||
|
- [ASP.NET MVC Routing Overview (VB)](asp-net-mvc-routing-overview-vb.md)
|
||
|
- [Understanding Action Filters (VB)](understanding-action-filters-vb.md)
|
||
|
- [Improving Performance with Output Caching (VB)](improving-performance-with-output-caching-vb.md)
|
||
|
- [Adding Dynamic Content to a Cached Page (VB)](adding-dynamic-content-to-a-cached-page-vb.md)
|
||
|
- [Creating a Controller (VB)](creating-a-controller-vb.md)
|
||
|
- [Creating an Action (VB)](creating-an-action-vb.md)
|
||
|
- [ASP.NET MVC Controller Overview (C#)](aspnet-mvc-controllers-overview-cs.md)
|
||
|
- [Creating Custom Routes (C#)](creating-custom-routes-cs.md)
|
||
|
- [Creating a Route Constraint (C#)](creating-a-route-constraint-cs.md)
|
||
|
- [Creating a Custom Route Constraint (C#)](creating-a-custom-route-constraint-cs.md)
|
||
|
- [ASP.NET MVC Controller Overview (VB)](asp-net-mvc-controller-overview-vb.md)
|
||
|
- [Creating Custom Routes (VB)](creating-custom-routes-vb.md)
|
||
|
- [Creating a Route Constraint (VB)](creating-a-route-constraint-vb.md)
|
||
|
- [Creating a Custom Route Constraint (VB)](creating-a-custom-route-constraint-vb.md)
|