1
Reply

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

Samir Bhogayta

Samir Bhogayta

Jun 29, 2016
399
0

    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

    Samir Bhogayta
    June 29, 2016
    0