Aditya Khurana
What is URL Routing in ASP.NET?
By Aditya Khurana in ASP.NET on Nov 20 2012
  • Manoj Kumar
    Nov, 2012 29

    In the .NET Framework 3.5 SP1, Microsoft introduced ASP.NET Routing, which decouples the URL of a resource from the physical file on the web server. With ASP.NET Routing you, the developer, define routing rules map route patterns to a class that generates the content. For example, you might indicate that the URL Categories/CategoryName maps to a class that takes the CategoryName and generates HTML that lists that category's products in a grid. With such a mapping, users could view products for the Beverages category by visiting www.yoursite.com/Categories/Beverages.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS