메소드 | 설명 | |
---|---|---|
AccountController ( ) : System | ||
AccountController ( IFormsAuthentication formsAuth ) : System | ||
LogOff ( ) : System.Web.Mvc.ActionResult | ||
LogOn ( ) : System.Web.Mvc.ActionResult | ||
Search ( ) : System.Web.Mvc.ActionResult |
메소드 | 설명 | |
---|---|---|
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void |
메소드 | 설명 | |
---|---|---|
LogOn ( string userName, string password, bool rememberMe, string returnUrl ) : System.Web.Mvc.ActionResult | ||
ValidateLogOn ( string userName, string password ) : bool |
public AccountController ( IFormsAuthentication formsAuth ) : System | ||
formsAuth | IFormsAuthentication | |
리턴 | System |
protected OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ActionExecutingContext | |
리턴 | void |