Domanda di colloquio di Santech Solution

What is MVC Routing

Risposta di colloquio

Anonimo

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