What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
Samir Bhogayta
1st Segment - Controller Name 2nd Segment - Action Method Name 3rd Segment - Parameter that is passed to the action methodExample: http://google.com/search/label/MVC Controller Name = search Action Method Name = label Parameter Id = MVC