LaunchCode logo
  1. Contents
  2. 10. Controllers and Routing

10. Controllers and RoutingΒΆ

  • 10.1. Simple Controllers
    • 10.1.1. Controllers and Static Responses - Video
    • 10.1.2. Controllers and Static Responses - Intro
      • 10.1.2.1. Controller
      • 10.1.2.2. Controllers Map to Requests
      • 10.1.2.3. IActionResult
    • 10.1.3. Check Your Understanding
  • 10.2. Controllers with Parameters
    • 10.2.1. Query Strings are URL Data
    • 10.2.2. Controllers and Query Parameters - Video
    • 10.2.3. Controllers and Parameters - Text
      • 10.2.3.1. Query Strings
      • 10.2.3.2. Path Variables
    • 10.2.4. Check Your Understanding
  • 10.3. Controllers with Forms
    • 10.3.1. Sending Form Data - Video
    • 10.3.2. Sending Form Data - Text
    • 10.3.3. Check Your Understanding
  • 10.4. Cleaning Up Your Controllers
    • 10.4.1. Cleaning Up the Controller - Video
    • 10.4.2. Cleaning Up the Controller - Text
      • 10.4.2.1. Class-Level Attributes
      • 10.4.2.2. One Method, Two Request Types
    • 10.4.3. Check Your Understanding
  • 10.5. Exercises: Controllers and Routing
    • 10.5.1. Part 1: GET Request
    • 10.5.2. Part 2: POST Request
    • 10.5.3. Bonus Mission
  • 10.6. Studio: Skills Tracker
    • 10.6.1. Create the MVC Project
    • 10.6.2. Creating Controllers
    • 10.6.3. End Result
    • 10.6.4. Bonus Missions
  • ← 9.2. Create a New ASP.NET Project
  • 10.1. Simple Controllers →

Back to top

Page Source