Свойство | Type | Description | |
---|---|---|---|
AddErrors | void | ||
Admin | System.Web.Mvc.ActionResult | ||
Disassociate | Task |
||
ExternalLogin | System.Web.Mvc.ActionResult | ||
ExternalLoginCallback | Task |
||
ExternalLoginConfirmation | Task |
||
ExternalLoginFailure | System.Web.Mvc.ActionResult | ||
HasPassword | bool | ||
LinkLogin | System.Web.Mvc.ActionResult | ||
LogEvent | void | ||
LogOff | System.Web.Mvc.ActionResult | ||
Login | System.Web.Mvc.ActionResult | ||
Login | Task |
||
Manage | Task |
||
RedirectToLocal | ActionResult | ||
Register | ActionResult | ||
Register | Task |
||
RemoveAccountList | ActionResult | ||
SignInAsync | Task |
Méthode | Description | |
---|---|---|
AccountController ( ) : System | ||
AccountController ( UserManager |
||
LinkLoginCallback ( ) : Task |
||
Manage ( ManageMessageId message ) : System.Web.Mvc.ActionResult |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Méthode | Description | |
---|---|---|
AddErrors ( IdentityResult result ) : void | ||
Admin ( ) : System.Web.Mvc.ActionResult | ||
Disassociate ( string loginProvider, string providerKey ) : Task |
||
ExternalLogin ( string provider, string returnUrl ) : System.Web.Mvc.ActionResult | ||
ExternalLoginCallback ( string returnUrl ) : Task |
||
ExternalLoginConfirmation ( Web.Controllers.ExternalLoginConfirmationViewModel model, string returnUrl ) : Task |
||
ExternalLoginFailure ( ) : System.Web.Mvc.ActionResult | ||
HasPassword ( ) : bool | ||
LinkLogin ( string provider ) : System.Web.Mvc.ActionResult | ||
LogEvent ( string entry, string userName = null ) : void | ||
LogOff ( ) : System.Web.Mvc.ActionResult | ||
Login ( string returnUrl ) : System.Web.Mvc.ActionResult | ||
Login ( LoginViewModel model, string returnUrl ) : Task |
||
Manage ( ManageUserViewModel model ) : Task |
||
RedirectToLocal ( string returnUrl ) : ActionResult | ||
Register ( ) : ActionResult | ||
Register ( RegisterViewModel model ) : Task |
||
RemoveAccountList ( ) : ActionResult | ||
SignInAsync ( ApplicationUser user, bool isPersistent ) : Task |
public AccountController ( UserManager |
||
userManager | UserManager |
|
Résultat | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public Manage ( ManageMessageId message ) : System.Web.Mvc.ActionResult | ||
message | ManageMessageId | |
Résultat | System.Web.Mvc.ActionResult |