C# 클래스 GetSkills.Controllers.AccountController

상속: Controller
파일 보기 프로젝트 열기: YsqEvilmax/761_VEL 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddErrors void
AdminLogin System.Web.Mvc.ActionResult
AdminLogin Task
ConfirmEmail Task
ExternalLogin ActionResult
ExternalLoginCallback Task
ExternalLoginConfirmation Task
ExternalLoginFailure ActionResult
ForgotPassword ActionResult
ForgotPassword Task
ForgotPasswordConfirmation ActionResult
LogOff ActionResult
Login ActionResult
Login Task
RedirectToLocal ActionResult
Register ActionResult
Register Task
ResetPassword ActionResult
ResetPassword Task
ResetPasswordConfirmation ActionResult
SendCode Task
SendCode Task
VerifyCode Task
VerifyCode Task

공개 메소드들

메소드 설명
AccountController ( ) : System
AccountController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager, ApplicationRoleManager roleManager ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
AdminLogin ( string returnUrl ) : System.Web.Mvc.ActionResult
AdminLogin ( LoginViewModel model, string returnUrl ) : Task
ConfirmEmail ( string userId, string code ) : Task
ExternalLogin ( string provider, string returnUrl ) : ActionResult
ExternalLoginCallback ( string returnUrl ) : Task
ExternalLoginConfirmation ( ExternalLoginConfirmationViewModel model, string returnUrl ) : Task
ExternalLoginFailure ( ) : ActionResult
ForgotPassword ( ) : ActionResult
ForgotPassword ( ForgotPasswordViewModel model ) : Task
ForgotPasswordConfirmation ( ) : ActionResult
LogOff ( ) : ActionResult
Login ( string returnUrl ) : ActionResult
Login ( LoginViewModel model, string returnUrl ) : Task
RedirectToLocal ( string returnUrl ) : ActionResult
Register ( ) : ActionResult
Register ( 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

메소드 상세

AccountController() 공개 메소드

public AccountController ( ) : System
리턴 System

AccountController() 공개 메소드

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

Dispose() 보호된 메소드

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