Answers

Question and Answer:

  Home  MVC

⟩ What are the 3 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

 281 views

More Questions for you: