Click or drag to resize

UsersController Class

A controller for handling users.
Inheritance Hierarchy
ControllerBase
  awsomAPI.ControllersUsersController

Namespace:  awsomAPI.Controllers
Assembly:  awsomAPI (in awsomAPI.exe) Version: 1.0.0
Syntax
C#
public class UsersController : ControllerBase

The UsersController type exposes the following members.

Constructors
  NameDescription
Public methodUsersController
Constructor.
Top
Properties
  NameDescription
Public propertyConfiguration
Top
Methods
  NameDescription
Public methodAddUser
Public methodGetUser
Public methodGetUsers
(An Action that handles HTTP GET requests) (Restricted to Roles = Role.Admin) gets the users.
Public methodSignin
Top
Remarks
Vanvoljg, 18-Jul-19.
See Also