Provides services to Create/Update/Get/Delete Users
Inheritance Hierarchy
ApiController
RainWorx.FrameWorx.MVC.Areas.API.Controllers.BaseAuctionWorxAPIController
RainWorx.FrameWorx.MVC.Areas.API.ControllersUserController
Namespace: RainWorx.FrameWorx.MVC.Areas.API.Controllers
Assembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public class UserController : AuctionWorxAPIController
The UserController type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | UserController | Initializes a new instance of the UserController class |
Methods
Name | Description | |
---|---|---|
![]() | Get |
Gets a User by UserName
|
![]() | RegisterUserAsync |
Processes request to register a new user.
|
Extension Methods
Name | Description | |
---|---|---|
![]() | ToMvcHtmlString |
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.) |
See Also