hi i was reading about MapControllerRoute() what i understansed that i has two main processes
what i want to ask is the part of the defining the route template and there crospnding pattern, the app includes only one patten that are defined throught the MapControllerRoute() like below code , then i have 3 controller action in my Homecontroller class then haw many template will be added to the table
app.MapControllerRoute( name: "default", pattern: "{controller=Home}/{action=Index}/{id?}");