Question d’entretien chez Santech Solution

What is MVC Routing

Réponse à la question d'entretien

Utilisateur anonyme

16 déc. 2019

Routing is a mechanism in MVC that decides which action method of a controller class to execute. Without routing there's no way an action method can be mapped. to a request. Routing is a part of the MVC architecture so ASP.NET MVC supports routing by default