Pergunta de entrevista da empresa Santech Solution

What is MVC Routing

Resposta da entrevista

Sigiloso

16 de dez. de 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