Alankar Bhoasle
In an MVC application, what are the segments of the default route ?
By Alankar Bhoasle in Web Development on Jun 10 2015
  • Munesh Sharma
    Jun, 2015 16

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

    • 2
  • Alankar Bhoasle
    Jun, 2015 10

    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

    • 2
  • Shailesh Uke
    Jun, 2015 17

    Controller Name ,Action Name and Parameter default

    • 1
  • Khan Abrar Ahmed
    Jun, 2015 16

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

    • 1
  • Munesh Sharma
    Jun, 2015 16

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

    • 1


Most Popular Job Functions


MOST LIKED QUESTIONS