Rudiments of ASP.NET Routing

Watch the first few minutes on us! If you'd like to watch the entire video and hundreds more like it, download code samples, access offline videos and skills assessments, and use the discussion forums, log in or purchase a subscription.


Instructor

Walt Ritscher

Description

Routing is a core service available to any ASP.NET application. With routing, you can decouple site URLs from the physical locations of ASPX files. For MVC developers, routing is essential for mapping URLs to MVC controller action methods. This video covers the fundamentals of routing, touching on custom routes, generating route base URLs, and crafting useful URL constraints. You'll also see how the routing engine parses URLs into parameters and how to access that information in your code.

Table of Contents

{{toc.Position}} {{toc.Text}}

Related Links

  • {{link.LinkText}} (requires a paid subscription)

Series

This course is part of the following series: