C# Class AccountVerification.Web.Controllers.AccountController

Inheritance: Controller
Afficher le fichier Open project: TwilioDevEd/account-verification-csharp Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
AccountController ( ) : System
AccountController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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

Method Details

AccountController() public méthode

public AccountController ( ) : System
Résultat System

AccountController() public méthode

public AccountController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System
userManager ApplicationUserManager
signInManager ApplicationSignInManager
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void