5
Reply

In an MVC application, what are the segments of the default route ?

Alankar Bhoasle

Alankar Bhoasle

Jun 10, 2015
3.9k
0

    ASP.Net MVC 3 type of Segment Controller Segment Action Segment Parameter Segment

    Munesh Sharma
    June 16, 2015
    1

    There are 3 segments of the default route in an MVC application.They are: The 1st segment is the Controller Name. Example: search The 2nd segment is the Action Method Name. Example: label The 3rd segment is the Parameter passed to the Action method. Example: Parameter Id - MVC

    Alankar Bhoasle
    June 10, 2015
    1

    Controller Name ,Action Name and Parameter default

    Shailesh Uke
    June 17, 2015
    0

    http://www.asp.net/mvc/overview/older-versions-1/controllers-and-routing/asp-net-mvc-routing-overview-cs

    Khan Abrar Ahmed
    June 16, 2015
    0

    http://dotnet-munesh.blogspot.in/2015/05/aspnet-mvc-routing-with-example.html

    Munesh Sharma
    June 16, 2015
    0