---
title: "Concept of Routing in mvc"  
description: "Concept of Routing in mvc"  
author: "Sunil Singh"  
published: 2017-08-28  
updated: 2017-08-28  
canonical: https://www.mindstick.com/forum/34337/concept-of-routing-in-mvc  
category: "asp.net mvc"  
tags: ["mvc"]  
reading_time: 1 minute  

---

# Concept of Routing in mvc

what done [routing in mvc](https://www.mindstick.com/forum/12971/how-to-change-url-using-url-routing-in-mvc).please [explain](https://www.mindstick.com/forum/157854/what-is-system-debugging-explain-some-system-debugging-tools-used-in-modern-computer-systems) this...

## Replies

### Reply by Niraj Kumar Mishra

[Routing](https://www.mindstick.com/articles/11998/attribute-routing-in-asp-dot-net-mvc) is nothing but a pattern matching system which manages the incoming request. In MVC, Route engines use the Route table for matching the requested URL pattern with the URL patterns defined in Route table. We can register Route table at Application Start event.


---

Original Source: https://www.mindstick.com/forum/34337/concept-of-routing-in-mvc

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
