C# 클래스 AccountVerification.Web.Controllers.AccountController

상속: Controller
파일 보기 프로젝트 열기: TwilioDevEd/account-verification-csharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

메소드 상세

AccountController() 공개 메소드

public AccountController ( ) : System
리턴 System

AccountController() 공개 메소드

public AccountController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System
userManager ApplicationUserManager
signInManager ApplicationSignInManager
리턴 System

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void