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

상속: BaseController
파일 보기 프로젝트 열기: hiepbh/Assignment

공개 메소드들

메소드 설명
ChangePassword ( int id ) : System.Web.Mvc.ActionResult

보호된 메소드들

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

비공개 메소드들

메소드 설명
ChangePassword ( ChangePasswordViewModel model ) : System.Web.Mvc.ActionResult
LogOut ( ) : System.Web.Mvc.ActionResult
Login ( LoginViewModel model, string returnUrl ) : System.Web.Mvc.ActionResult
Login ( string ReturnUrl = "" ) : System.Web.Mvc.ActionResult
Register ( RegisterViewModel model, string returnUrl ) : System.Web.Mvc.ActionResult
Register ( string ReturnUrl = "" ) : System.Web.Mvc.ActionResult

메소드 상세

ChangePassword() 공개 메소드

public ChangePassword ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult

Dispose() 보호된 메소드

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