---
title: "What are three segments of the default route, that is present in an ASP.NET MVC application?"  
description: "What are three segments of the default route, that is present in an ASP.NET MVC application?"  
author: "Anonymous User"  
published: 2012-05-19  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/1464/what-are-three-segments-of-the-default-route-that-is-present-in-an-asp-dot-net-mvc-application  
category: "asp.net mvc"  
tags: ["asp.net mvc"]  
reading_time: 1 minute  

---

# What are three segments of the default route, that is present in an ASP.NET MVC application?

**1st Segment****-** Controller Name\
**2nd Segment****-** Action Method Name\
**3rd Segment****-** Parameter that is passed to the action method

## Answers

### Answer by Anonymous User

**1st Segment****-** Controller Name\
**2nd Segment****-** Action Method Name\
**3rd Segment****-** Parameter that is passed to the action method


---

Original Source: https://www.mindstick.com/interview/1464/what-are-three-segments-of-the-default-route-that-is-present-in-an-asp-dot-net-mvc-application

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
