메소드 | 설명 | |
---|---|---|
AccountController ( ) : System | ||
AccountController ( IFormsAuthentication formsAuth, |
||
ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult | ||
ErrorCodeToString ( MembershipCreateStatus createStatus ) : string | ||
Login ( string username, string password, bool rememberMe ) : System.Web.Mvc.ActionResult | ||
Logout ( ) : System.Web.Mvc.ActionResult | ||
Register ( string username, string email, string password, string confirmPassword ) : System.Web.Mvc.ActionResult |
메소드 | 설명 | |
---|---|---|
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void |
메소드 | 설명 | |
---|---|---|
ChangePassword ( string currentPassword, string newPassword, string confirmPassword ) : System.Web.Mvc.ActionResult |
public AccountController ( IFormsAuthentication formsAuth, |
||
formsAuth | IFormsAuthentication | |
provider | ||
리턴 | System |
public ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult | ||
리턴 | System.Web.Mvc.ActionResult |
public static ErrorCodeToString ( MembershipCreateStatus createStatus ) : string | ||
createStatus | MembershipCreateStatus | |
리턴 | string |
public Login ( string username, string password, bool rememberMe ) : System.Web.Mvc.ActionResult | ||
username | string | |
password | string | |
rememberMe | bool | |
리턴 | System.Web.Mvc.ActionResult |
protected OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ActionExecutingContext | |
리턴 | void |
public Register ( string username, string email, string password, string confirmPassword ) : System.Web.Mvc.ActionResult | ||
username | string | |
string | ||
password | string | |
confirmPassword | string | |
리턴 | System.Web.Mvc.ActionResult |