Свойство | Тип | Описание | |
---|---|---|---|
AddErrors | void | ||
LogOff | System.Web.Mvc.ActionResult | ||
Register | System.Web.Mvc.ActionResult | ||
Register | Task |
||
ResendVerificationCode | System.Web.Mvc.ActionResult | ||
ResendVerificationCode | Task |
||
Status | System.Web.Mvc.ActionResult | ||
VerifyRegistrationCode | System.Web.Mvc.ActionResult | ||
VerifyRegistrationCode | Task |
Метод | Описание | |
---|---|---|
AccountController ( ) : System | ||
AccountController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Метод | Описание | |
---|---|---|
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void | ||
LogOff ( ) : System.Web.Mvc.ActionResult | ||
Register ( ) : System.Web.Mvc.ActionResult | ||
Register ( AccountVerification.Web.Models.RegisterViewModel model ) : Task |
||
ResendVerificationCode ( string email ) : System.Web.Mvc.ActionResult | ||
ResendVerificationCode ( AccountVerification.Web.Models.ResendVerifyCodeViewModel model ) : Task |
||
Status ( ) : System.Web.Mvc.ActionResult | ||
VerifyRegistrationCode ( string message ) : System.Web.Mvc.ActionResult | ||
VerifyRegistrationCode ( AccountVerification.Web.Models.VerifyCodeViewModel model ) : Task |
public AccountController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System | ||
userManager | ApplicationUserManager | |
signInManager | ApplicationSignInManager | |
Результат | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |