Model View Controller (MVC) Question:

Download Job Interview Questions and Answers PDF

What are the 3 segments of the default route, that is present in an ASP.NET MVC application?

MVC Interview Question
MVC Interview Question

Answer:

1st Segment - Controller Name
2nd Segment - Action Method Name
3rd Segment - Parameter that is passed to the action method

Download MVC Interview Questions And Answers PDF

Previous QuestionNext Question
What is the significance of ASP.NET routing?ASP.NET MVC application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?