C# 클래스 Demo.Controllers.AccountController

상속: ApiController
파일 보기 프로젝트 열기: novanet/Fagdag16082012

공개 메소드들

메소드 설명
ChangePassword ( ) : ActionResult
ChangePasswordSuccess ( ) : ActionResult
LogOff ( ) : ActionResult

비공개 메소드들

메소드 설명
ChangePassword ( ChangePasswordModel model ) : ActionResult
ErrorCodeToString ( MembershipCreateStatus createStatus ) : string
GetErrorsFromModelState ( ) : IEnumerable
Login ( LoginModel model, string returnUrl ) : ActionResult
Login ( string returnUrl ) : ActionResult
Register ( ) : ActionResult
Register ( RegisterModel model ) : ActionResult

메소드 상세

ChangePassword() 공개 메소드

public ChangePassword ( ) : ActionResult
리턴 ActionResult

ChangePasswordSuccess() 공개 메소드

public ChangePasswordSuccess ( ) : ActionResult
리턴 ActionResult

LogOff() 공개 메소드

public LogOff ( ) : ActionResult
리턴 ActionResult