What you mean by Routing in MVC? Technology Community › Category: ASP.NET MVC › What you mean by Routing in MVC? 0 Vote Up Vote Down VietMX Staff asked 4 years ago Routing is a pattern matching mechanism of incoming requests to the URL patterns which are registered in route table. Class — “UrlRoutingModule” is used for the same process.