This page is a work in progress.You can help improve it. →

Terminology

TermDefinition
ControllerA special class that handles endpoint requests. Indicates to .NET which URLs this code handles and which combination of URL and VERB should be handled by what method.
ControllerBaseParent class of the controller. Much of the common code is created for us and implemented in this class.
© 2017 - 2022; Built with ♥ in St. Petersburg, Florida.