Chapter 4. Creating web pages with MVC Controllers
4.1. An introduction to MVC
4.1.1. The MVC design pattern
4.1.2. MVC in ASP.NET Core
4.1.3. Adding the MvcMiddleware to your application
4.1.4. What makes a controller a controller?
4.2. MVC controllers and action methods
4.2.1. Accepting parameters to action methods
4.2.2. Using ActionResult
Summary
What's inside: