25 lines
1.4 KiB
Markdown
25 lines
1.4 KiB
Markdown
|
---
|
||
|
title: "An Introduction to URL Routing | Microsoft Docs"
|
||
|
author: StephenWalther
|
||
|
description: "In this tutorial, Stephen Walther demonstrates how browser requests get mapped to controller actions through URL Routing. You also learn how to create a cust..."
|
||
|
ms.author: aspnetcontent
|
||
|
manager: wpickett
|
||
|
ms.date: 08/20/2008
|
||
|
ms.topic: article
|
||
|
ms.assetid: ad0f4d26-6366-4464-968f-a24a380e6dc6
|
||
|
ms.technology: dotnet-mvc
|
||
|
ms.prod: .net-framework
|
||
|
msc.legacyurl: /mvc/videos/mvc-2/how-do-i/an-introduction-to-url-routing
|
||
|
msc.type: video
|
||
|
---
|
||
|
An Introduction to URL Routing
|
||
|
====================
|
||
|
by [Stephen Walther](https://github.com/StephenWalther)
|
||
|
|
||
|
In this tutorial, Stephen Walther demonstrates how browser requests get mapped to controller actions through URL Routing. You also learn how to create a custom route that displays different blog entries depending on the date passed in a URL. For additional information about this video, read the "An Introduction to URL Routing" tutorial ([C#](../../../overview/older-versions-1/controllers-and-routing/asp-net-mvc-routing-overview-cs.md), [VB](../../../overview/older-versions-1/controllers-and-routing/asp-net-mvc-routing-overview-vb.md)).
|
||
|
|
||
|
[▶ Watch video (14 minutes)](https://channel9.msdn.com/Blogs/ASP-NET-Site-Videos/an-introduction-to-url-routing)
|
||
|
|
||
|
>[!div class="step-by-step"]
|
||
|
[Previous](understanding-views-view-data-and-html-helpers.md)
|
||
|
[Next](preventing-javascript-injection-attacks.md)
|