August 2023
Beginner
423 pages
8h 59m
English
We talked briefly about routes in Chapter 4. The routing mechanism determines which action to execute when a request is made to a specific URL, based on templates we define or on conventions already established in the platform.
In this chapter, we will talk more in-depth about routing and review what a route constraint is. I will also focus on defining routes and using them to process incoming requests so that the user can reach the controllers and actions.
By the end of this chapter, you will have a good understanding ...
Read now
Unlock full access