December 2019
Intermediate to advanced
510 pages
11h 33m
English
Controllers and actions are usually decorated with attributes and filters in a sort of meta-programming style, which allows developers to understand the purpose of the implemented code. ASP.NET Core follows a set of criteria to find the controllers in our project, usually by using a filesystem convention. Controllers are generally stored in the Controllers folder.
In order to be identified by the routing system, a controller class needs to be compliant with one of the following rules:
Read now
Unlock full access