---
title: "Routing Concept in .NET"  
description: "The routing engine can decouple the URL in an incoming HTTP request from the physical Web Form that responds to the request, allowing you to build fri"  
author: "Uttam Misra"  
published: 2010-12-22  
updated: 2026-05-12  
canonical: https://www.mindstick.com/blog/79/routing-concept-in-dot-net  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# Routing Concept in .NET

The [routing](https://www.mindstick.com/articles/11998/attribute-routing-in-asp-dot-net-mvc) [engine](https://www.mindstick.com/forum/155782/explain-different-types-of-block-statements-in-razor-view-engine) can decouple the URL in an [incoming HTTP](https://www.mindstick.com/forum/159297/build-an-express-middleware-to-log-incoming-http-requests-to-the-server) [request](https://www.mindstick.com/blog/255/post-get-and-request-function-in-php) from the [physical](https://answers.mindstick.com/qa/116088/what-are-the-main-functions-of-the-physical-layer) Web Form that responds to the request, allowing you to build [friendly](https://www.mindstick.com/articles/116104/how-to-write-good-seo-friendly-articles) URLs for your [Web applications](https://www.mindstick.com/blog/11464/improve-your-understanding-of-web-applications). In [ASP.Net](https://www.mindstick.com/articles/934/default-folders-available-inside-the-asp-dot-net-application-folder) 4.0, adding some more [class](https://www.mindstick.com/blog/165/generic-class-in-c-sharp) like MapPageRoute in [Route](https://www.mindstick.com/interview/396/what-is-routed-event-in-wpf) class.\

##### How use the routing check this link

\

https://www.mindstick.com/Articles/9992a0bc-90f5-4f04-823a-31f901b61643/

---

Original Source: https://www.mindstick.com/blog/79/routing-concept-in-dot-net

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
