Routing in ASP.NET MVC directs a request to Controller. It matches the URL with the configured route pattern. Routine Engine uses Route table for matching the pattern for URL request . URL pattern can be registered in Route table in RouteConfig class in App_Start folder and System.