Language

Routing

In this chapter, you'll learn:
How you can map "friendly" URLs (routes) to pages in your site.

  1. ASP.NET Routing

    In this article you learn about ASP.NET routing, which lets you use intuitive URLs that don't have to map to individual files.

  2. Defining Routes

    This article explains how to to define routes for Web Forms applications.

  3. Constructing URLs from Routes

    This article explains how to construct URLs from routes.

  4. Accessing URL Parameters in a Page

    This article explains how to access URL parameters in a page that was invoked using a route.

ASP.NET Web Forms Books

Microsoft's Jon Galloway recommends these books for learning ASP.NET Web Forms:

Beginning ASP.NET 4.5: in C# and VB

Beginning ASP.NET 4.5: in C# and VB

by Imar Spaanjaars

Professional ASP.NET 4.5 in C# and VB

Professional ASP.NET 4.5 in C# and VB

by Jason N. Gaylord, Christian Wenz, Pranav Rastogi, Todd Miranda, Scott Hanselman

Pro ASP.NET 4 in C# 2010

Pro ASP.NET 4 in C# 2010

by Matthew MacDonald