C# 클래스 CarbonFitness.App.Web.Controllers.AccountController

상속: Controller
파일 보기 프로젝트 열기: yodiz/CarbonFitness

공개 메소드들

메소드 설명
AccountController ( IFormsAuthenticationService formsService, IMembershipBusinessLogic membershipBusinessLogic ) : System
LogOn ( ) : System.Web.Mvc.ActionResult
Register ( ) : System.Web.Mvc.ActionResult

보호된 메소드들

메소드 설명
Initialize ( System.Web.Routing.RequestContext requestContext ) : void
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void

비공개 메소드들

메소드 설명
ChangePassword ( ) : System.Web.Mvc.ActionResult
ChangePassword ( ChangePasswordModel model ) : System.Web.Mvc.ActionResult
ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult
LogOff ( ) : System.Web.Mvc.ActionResult
LogOn ( LogOnModel model, string returnUrl ) : System.Web.Mvc.ActionResult

메소드 상세

AccountController() 공개 메소드

public AccountController ( IFormsAuthenticationService formsService, IMembershipBusinessLogic membershipBusinessLogic ) : System
formsService IFormsAuthenticationService
membershipBusinessLogic IMembershipBusinessLogic
리턴 System

Initialize() 보호된 메소드

protected Initialize ( System.Web.Routing.RequestContext requestContext ) : void
requestContext System.Web.Routing.RequestContext
리턴 void

LogOn() 공개 메소드

public LogOn ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

OnActionExecuting() 보호된 메소드

protected OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
리턴 void

Register() 공개 메소드

public Register ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult