---
title: "Can we map multiple URL’s to the same action?"  
description: "Can we map multiple URL’s to the same action?"  
author: "Anonymous User"  
published: 2019-10-15  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/33659/can-we-map-multiple-url-s-to-the-same-action  
category: "asp.net mvc"  
tags: ["mvc", "mvc5"]  
reading_time: 1 minute  

---

# Can we map multiple URL’s to the same action?

Of course, you can, you just need to make two entries with different key names and specify the same controller and action.

## Answers

### Answer by Anonymous User

Of course, you can, you just need to make two entries with different key names and specify the same controller and action.


---

Original Source: https://www.mindstick.com/interview/33659/can-we-map-multiple-url-s-to-the-same-action

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
