March 2018
Beginner to intermediate
458 pages
10h 34m
English
Broadly speaking, a controller is a class with a group of methods called actions. An action, also known as an action method, is a method that handles the request. As per the convention used by the ASP.NET Core MVC framework, a controller is a class that:
The framework is flexible and would also treat an instantiable class as a controller if any one or more of the following holds good:
Read now
Unlock full access