C# 클래스 AccountProfile.Controllers.AccountController

상속: Controller
파일 보기 프로젝트 열기: jeffreypalermo/mvc2inaction

공개 메소드들

메소드 설명
AccountController ( ) : System
AccountController ( IFormsAuthenticationService formsService, IMembershipService membershipService ) : System
AccountController ( IFormsAuthenticationService formsService, IMembershipService membershipService, IProfileRepository profileRepository ) : System
ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult
LogOff ( ) : System.Web.Mvc.ActionResult
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
ErrorCodeToString ( MembershipCreateStatus createStatus ) : string
LogOn ( LogOnModel model, bool rememberMe, string returnUrl ) : System.Web.Mvc.ActionResult
LogOn ( LogOnModel model, string returnUrl ) : System.Web.Mvc.ActionResult
LogOnWidget ( ) : System.Web.Mvc.ViewResult
Register ( RegisterModel model ) : System.Web.Mvc.ActionResult

메소드 상세

AccountController() 공개 메소드

public AccountController ( ) : System
리턴 System

AccountController() 공개 메소드

public AccountController ( IFormsAuthenticationService formsService, IMembershipService membershipService ) : System
formsService IFormsAuthenticationService
membershipService IMembershipService
리턴 System

AccountController() 공개 메소드

public AccountController ( IFormsAuthenticationService formsService, IMembershipService membershipService, IProfileRepository profileRepository ) : System
formsService IFormsAuthenticationService
membershipService IMembershipService
profileRepository IProfileRepository
리턴 System

ChangePasswordSuccess() 공개 메소드

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

Initialize() 보호된 메소드

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

LogOff() 공개 메소드

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

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