메소드 | 설명 | |
---|---|---|
AccountController ( ) : System | ||
AccountController ( IFormsAuthenticationService formsService, IMembershipService membershipService ) : 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 ( |
||
ErrorCodeToString ( MembershipCreateStatus createStatus ) : string | ||
LogOn ( |
||
Register ( |
public AccountController ( IFormsAuthenticationService formsService, IMembershipService membershipService ) : System | ||
formsService | IFormsAuthenticationService | |
membershipService | IMembershipService | |
리턴 | System |
public ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult | ||
리턴 | System.Web.Mvc.ActionResult |
protected Initialize ( System.Web.Routing.RequestContext requestContext ) : void | ||
requestContext | System.Web.Routing.RequestContext | |
리턴 | void |
protected OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ActionExecutingContext | |
리턴 | void |