Lessons: 17Length: 3.3 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

3.1 Routing Basics

ASP.NET MVC applications use a routing engine to route requests to an action method on a controller. In this lesson I'll teach you how to configure your routes.