Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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



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

Answer / Abhishek Kumar Jain

The default route in an MVC application consists of four segments: Controller, Action, Id, and catchall. The first two segments represent the controller and action methods you want to invoke, while the third segment (Id) is optional and can be used for passing additional information.n```perlnroutes.MapRoute(n "Default", n "{controller}/{action}/{id}", n new { controller = "Home", action = "Index", id = "" })n``

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MVC Model View Controller Interview Questions

What is the use of mockmvc?

1 Answers  


What is partial view in mvc?

1 Answers  


What is domain model in mvc?

1 Answers  


What is the difference between view and partial view?

1 Answers  


What is mvc httppost?

1 Answers  


Why you use MVC over Tradisional ASPX?

1 Answers   HCL,


What is lazy loading in mvc?

1 Answers  


Explain mvc (model-view-controller)?

1 Answers  


Explain the concept of razor in asp.net mvc?

1 Answers  


How does view data differ from view bag in mvc?

1 Answers  


What does the mvc pattern define with 3 logical layers?

1 Answers  


What is mvc in struts framework?

1 Answers  


Categories