Pregunta de entrevista de Santech Solution

What is MVC Routing

Respuesta de la entrevista

Anónimo

16 dic 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