---
title: "Define what is routing in MVC?"  
description: "Define what is routing in MVC?"  
author: "Nishi Tiwari"  
published: 2020-02-11  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/33699/define-what-is-routing-in-mvc  
category: "asp.net mvc"  
tags: ["asp.net mvc"]  
reading_time: 1 minute  

---

# Define what is routing in MVC?

A Routing is a mechanism to process the incoming URL which is more descriptive and gives the desired response. In that case, URL is not mapped to specific files or folder, as was the case of websites in the past.

## Answers

### Answer by Nishi Tiwari

A Routing is a mechanism to process the incoming URL which is more descriptive and gives the desired response. In that case, URL is not mapped to specific files or folder, as was the case of websites in the past.


---

Original Source: https://www.mindstick.com/interview/33699/define-what-is-routing-in-mvc

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
