0 votes
in C Sharp by

 What is Default Route in MVC?

1 Answer

0 votes
by

Default Route: The default ASP.NET MVC project templates add a generic route that uses the following URL convention to break the URL for a given request into three named segments.

URL: "{controller}/{action}/{id}"

This route pattern is registered via a call to the MapRoute() extension method of RouteCollection. 

Related questions

0 votes
0 votes
asked Jan 20, 2020 in C Sharp by AdilsonLima
+1 vote
asked Jan 9, 2022 in Amazon VPC by DavidAnderson
0 votes
asked Jul 30, 2021 in C Sharp by DavidAnderson
...