Свойство | Тип | Описание | |
---|---|---|---|
AddErrors | void | ||
ConfirmEmail | Task |
||
Destacados | System.Web.Mvc.ActionResult | ||
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 | ||
LogOff | ActionResult | ||
Login | ActionResult | ||
Login | Task |
||
RedirectToLocal | ActionResult | ||
Register | ActionResult | ||
RegisterClient | ActionResult | ||
RegisterClient | Task |
||
RegisterPromotor | Task |
||
RegisterVendedor | Task |
||
ResetPassword | ActionResult | ||
ResetPassword | Task |
||
ResetPasswordConfirmation | ActionResult | ||
SendCode | Task |
||
SendCode | Task |
||
VerifyCode | Task |
||
VerifyCode | Task |
Метод | Описание | |
---|---|---|
AccountController ( ) : System | ||
AccountController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Метод | Описание | |
---|---|---|
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void | ||
ConfirmEmail ( string userId, string code ) : Task |
||
Destacados ( ) : System.Web.Mvc.ActionResult | ||
ExternalLogin ( string provider, string returnUrl ) : System.Web.Mvc.ActionResult | ||
ExternalLoginCallback ( string returnUrl ) : Task |
||
ExternalLoginConfirmation ( ExternalLoginConfirmationViewModel model, string returnUrl ) : Task |
||
ExternalLoginFailure ( ) : System.Web.Mvc.ActionResult | ||
ForgotPassword ( ) : System.Web.Mvc.ActionResult | ||
ForgotPassword ( ForgotPasswordViewModel model ) : Task |
||
ForgotPasswordConfirmation ( ) : System.Web.Mvc.ActionResult | ||
LogOff ( ) : ActionResult | ||
Login ( string returnUrl ) : ActionResult | ||
Login ( LoginViewModel model, string returnUrl ) : Task |
||
RedirectToLocal ( string returnUrl ) : ActionResult | ||
Register ( ) : ActionResult | ||
RegisterClient ( ) : ActionResult | ||
RegisterClient ( RegisterViewModel model ) : Task |
||
RegisterPromotor ( RegisterViewModel model ) : Task |
||
RegisterVendedor ( RegisterViewModel model ) : Task |
||
ResetPassword ( string code ) : ActionResult | ||
ResetPassword ( ResetPasswordViewModel model ) : Task |
||
ResetPasswordConfirmation ( ) : ActionResult | ||
SendCode ( SendCodeViewModel model ) : Task |
||
SendCode ( string returnUrl, bool rememberMe ) : Task |
||
VerifyCode ( VerifyCodeViewModel model ) : Task |
||
VerifyCode ( string provider, string returnUrl, bool rememberMe ) : Task |
public AccountController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System | ||
userManager | ApplicationUserManager | |
signInManager | ApplicationSignInManager | |
Результат | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |