Свойство | Тип | Описание | |
---|---|---|---|
AddErrors | void | ||
ConfirmEmail | Task |
||
ExternalLogin | System.Web.Mvc.ActionResult | ||
ExternalLoginCallback | Task |
||
ExternalLoginConfirmation | Task |
||
ExternalLoginFailure | System.Web.Mvc.ActionResult | ||
ForgotPassword | System.Web.Mvc.ActionResult | ||
ForgotPassword | Task |
||
ForgotPasswordConfirmation | System.Web.Mvc.ActionResult | ||
Index | System.Web.Mvc.ActionResult | ||
LogOff | System.Web.Mvc.ActionResult | ||
Login | Task |
||
Login | Task |
||
RedirectToLocal | System.Web.Mvc.ActionResult | ||
Register | System.Web.Mvc.ActionResult | ||
Register | Task |
||
ResetPassword | System.Web.Mvc.ActionResult | ||
ResetPassword | Task |
||
ResetPasswordConfirmation | System.Web.Mvc.ActionResult | ||
SendCode | Task |
||
SendCode | Task |
||
VerifyCode | Task |
||
VerifyCode | Task |
Метод | Описание | |
---|---|---|
AccountController ( ) : System | ||
AccountController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System | ||
Details ( ) : System.Web.Mvc.ActionResult |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Метод | Описание | |
---|---|---|
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void | ||
ConfirmEmail ( string userId, string code ) : Task |
||
ExternalLogin ( string provider, string returnUrl ) : System.Web.Mvc.ActionResult | ||
ExternalLoginCallback ( string returnUrl ) : Task |
||
ExternalLoginConfirmation ( |
||
ExternalLoginFailure ( ) : System.Web.Mvc.ActionResult | ||
ForgotPassword ( ) : System.Web.Mvc.ActionResult | ||
ForgotPassword ( |
||
ForgotPasswordConfirmation ( ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
LogOff ( ) : System.Web.Mvc.ActionResult | ||
Login ( |
||
Login ( string returnUrl ) : Task |
||
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult | ||
Register ( ) : System.Web.Mvc.ActionResult | ||
Register ( |
||
ResetPassword ( string code ) : System.Web.Mvc.ActionResult | ||
ResetPassword ( |
||
ResetPasswordConfirmation ( ) : System.Web.Mvc.ActionResult | ||
SendCode ( |
||
SendCode ( string returnUrl, bool rememberMe ) : Task |
||
VerifyCode ( |
||
VerifyCode ( string provider, string returnUrl, bool rememberMe ) : Task |
public AccountController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System | ||
userManager | ApplicationUserManager | |
signInManager | ApplicationSignInManager | |
Результат | System |
public Details ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |