Property | Type | Description | |
---|---|---|---|
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 |
Method | Description | |
---|---|---|
AccountController ( ) : System | ||
AccountController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
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 | |
return | System |