C# 클래스 NerdDinner.Controllers.AccountController

상속: BaseController
파일 보기 프로젝트 열기: NadeemAfana/NerdDinner-Internationalization 1 사용 예제들

공개 메소드들

메소드 설명
AccountController ( ) : System
AccountController ( IFormsAuthentication formsAuth, IMembershipService service ) : System
ChangePasswordSuccess ( ) : ActionResult
LogOff ( ) : ActionResult
LogOn ( ) : ActionResult
Register ( ) : ActionResult

보호된 메소드들

메소드 설명
OnActionExecuting ( ActionExecutingContext filterContext ) : void

비공개 메소드들

메소드 설명
ChangePassword ( ) : ActionResult
ChangePassword ( string currentPassword, string newPassword, string confirmPassword ) : ActionResult
ErrorCodeToString ( MembershipCreateStatus createStatus ) : string
LogOn ( LogOnModel model, string returnUrl ) : ActionResult
Register ( RegisterModel model ) : ActionResult
ValidateChangePassword ( string currentPassword, string newPassword, string confirmPassword ) : bool
ValidateLogOn ( string userName, string password ) : bool
ValidateRegistration ( string userName, string email, string password, string confirmPassword ) : bool

메소드 상세

AccountController() 공개 메소드

public AccountController ( ) : System
리턴 System

AccountController() 공개 메소드

public AccountController ( IFormsAuthentication formsAuth, IMembershipService service ) : System
formsAuth IFormsAuthentication
service IMembershipService
리턴 System

ChangePasswordSuccess() 공개 메소드

public ChangePasswordSuccess ( ) : ActionResult
리턴 ActionResult

LogOff() 공개 메소드

public LogOff ( ) : ActionResult
리턴 ActionResult

LogOn() 공개 메소드

public LogOn ( ) : ActionResult
리턴 ActionResult

OnActionExecuting() 보호된 메소드

protected OnActionExecuting ( ActionExecutingContext filterContext ) : void
filterContext ActionExecutingContext
리턴 void

Register() 공개 메소드

public Register ( ) : ActionResult
리턴 ActionResult