C# 클래스 Brandy.Security.Web.AccountController

상속: FormControllerBase
파일 보기 프로젝트 열기: BrandyFx/Brandy

공개 메소드들

메소드 설명
SignIn ( ) : System.Web.Mvc.ActionResult
SignUp ( ) : System.Web.Mvc.ActionResult

보호된 메소드들

메소드 설명
OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void

비공개 메소드들

메소드 설명
ChangePassword ( ) : System.Web.Mvc.ActionResult
ChangePassword ( ChangePassword command ) : System.Web.Mvc.ActionResult
ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult
GetRedirectResult ( string returnUrl ) : System.Web.Mvc.ActionResult
GetReturnUrl ( string returnUrl ) : string
SignIn ( SignIn command, string returnUrl ) : System.Web.Mvc.ActionResult
SignOut ( SignOut command, string returnUrl ) : System.Web.Mvc.ActionResult
SignUp ( SignUp command, string returnUrl ) : System.Web.Mvc.ActionResult

메소드 상세

OnActionExecuted() 보호된 메소드

protected OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutedContext
리턴 void

SignIn() 공개 메소드

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

SignUp() 공개 메소드

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