C# Class Shoelace.Controllers.AccountController

Inheritance: Controller
显示文件 Open project: hylander0/Shoelace

Public Methods

Method Description
ManageProfile ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
DeleteUser ( int UserId ) : System.Web.Mvc.JsonResult
JsonLogin ( LoginModel model, string returnUrl ) : System.Web.Mvc.JsonResult
LogOff ( ) : System.Web.Mvc.ActionResult
SaveProfileInfo ( Models p ) : System.Web.Mvc.JsonResult
SaveUserRoles ( UserListModel userToSave ) : System.Web.Mvc.JsonResult
UserList ( ) : System.Web.Mvc.ActionResult

Method Details

ManageProfile() public method

public ManageProfile ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult