C# Class Brandy.Security.Web.AccountController

Inheritance: FormControllerBase
Afficher le fichier Open project: BrandyFx/Brandy

Méthodes publiques

Méthode Description
SignIn ( ) : System.Web.Mvc.ActionResult
SignUp ( ) : System.Web.Mvc.ActionResult

Méthodes protégées

Méthode Description
OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void

Private Methods

Méthode Description
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

Method Details

OnActionExecuted() protected méthode

protected OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutedContext
Résultat void

SignIn() public méthode

public SignIn ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

SignUp() public méthode

public SignUp ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult