October 2018
Beginner to intermediate
478 pages
10h 8m
English
The ASP.NET Core ControllerBase base class, from which all the controllers inherit, provides a few helper methods for creating responses instead of manually creating and setting instances of IActionResult derived types. Here is a short list of some of the popular ones:
For a complete list, refer to the ControllerBase documentation, available at https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.controllerbase?view=aspnetcore-2.0#Methods.
Read now
Unlock full access