Property | Type | Description | |
---|---|---|---|
AddErrors | void | ||
ChangePassword | Task |
||
HasPassword | bool | ||
Save | System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
ChangePassword ( ) : System.Web.Mvc.ActionResult | ||
Index ( ManageMessageId message ) : Task |
||
ManageController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System | ||
ManageController ( |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void | ||
ChangePassword ( |
||
HasPassword ( ) : bool | ||
Save ( long userId, System.Web.HttpPostedFileBase profileImage ) : System.Web.Mvc.ActionResult |
public ChangePassword ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Index ( ManageMessageId message ) : Task |
||
message | ManageMessageId | |
return | Task |
public ManageController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System | ||
userManager | ApplicationUserManager | |
signInManager | ApplicationSignInManager | |
return | System |
public ManageController ( |
||
userMgr | ||
return | System |