Show / Hide Table of Contents

Namespace Scrapbook101core.Controllers

Classes

CategoryController

In the Model-View-Controller pattern, the controller processes the input. In this case, it is all the input involving category operations.

ItemApiController

Defines the Web API controller that handles HTTP methods GET, PUT, POST, and DELETE.

ItemController

In the Model-View-Controller pattern, the controller processes the input. In this case, it is all the input involving item operations. The most important method is the IndexAsync(String), which returns a list of items.

In This Article
Back to top Generated by DocFX for Scrapbook101Core on