Property | Type | Description | |
---|---|---|---|
AddErrors | void | ||
ExternalLoginFailure | System.Web.Mvc.ActionResult | ||
HasPassword | bool | ||
LogOff | System.Web.Mvc.ActionResult | ||
Login | System.Web.Mvc.ActionResult | ||
Login | Task |
||
RedirectToLocal | System.Web.Mvc.ActionResult | ||
RemoveAccountList | System.Web.Mvc.ActionResult | ||
SignInAsync | System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
AccountController ( ) : System | ||
AccountController ( UserManager |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void | ||
ExternalLoginFailure ( ) : System.Web.Mvc.ActionResult | ||
HasPassword ( ) : bool | ||
LogOff ( ) : System.Web.Mvc.ActionResult | ||
Login ( string returnUrl ) : System.Web.Mvc.ActionResult | ||
Login ( LoginViewModel model, string returnUrl ) : Task |
||
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult | ||
RemoveAccountList ( ) : System.Web.Mvc.ActionResult | ||
SignInAsync ( ApplicationUser user, bool isPersistent ) : System.Threading.Tasks.Task |
public AccountController ( UserManager |
||
userManager | UserManager |
|
return | System |