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 ?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is latest mvc version?

1