---
title: "What is Routing in ASP.NET MVC?"  
description: "What is Routing in ASP.NET MVC?"  
author: "Chris Anderson"  
published: 2011-09-07  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/1211/what-is-routing-in-asp-dot-net-mvc  
category: "asp.net mvc"  
tags: ["asp.net mvc"]  
reading_time: 1 minute  

---

# What is Routing in ASP.NET MVC?

A **route** is a URL pattern that is mapped to a handler. The handler can be a physical file, such as an .aspx file in a Web Forms application. Routing module is responsible for mapping incoming browser requests to particular MVC controller actions.\

## Answers

### Answer by Chris Anderson

A **route** is a URL pattern that is mapped to a handler. The handler can be a physical file, such as an .aspx file in a Web Forms application. Routing module is responsible for mapping incoming browser requests to particular MVC controller actions.\


---

Original Source: https://www.mindstick.com/interview/1211/what-is-routing-in-asp-dot-net-mvc

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
