C# Class GuestBookWithModel.Controllers.AccountController

Inheritance: Controller
Afficher le fichier Open project: jeffreypalermo/mvc2inaction

Méthodes publiques

Méthode Description
AccountController ( ) : System
AccountController ( IFormsAuthenticationService formsService, IMembershipService membershipService ) : System
ChangePasswordSuccess ( ) : ActionResult
LogOff ( ) : ActionResult
LogOn ( ) : ActionResult
Register ( ) : ActionResult

Méthodes protégées

Méthode Description
Initialize ( RequestContext requestContext ) : void
OnActionExecuting ( ActionExecutingContext filterContext ) : void

Private Methods

Méthode Description
ChangePassword ( ) : ActionResult
ChangePassword ( ChangePasswordModel model ) : ActionResult
ErrorCodeToString ( MembershipCreateStatus createStatus ) : string
LogOn ( LogOnModel model, bool rememberMe, string returnUrl ) : ActionResult
Register ( RegisterModel model ) : ActionResult

Method Details

AccountController() public méthode

public AccountController ( ) : System
Résultat System

AccountController() public méthode

public AccountController ( IFormsAuthenticationService formsService, IMembershipService membershipService ) : System
formsService IFormsAuthenticationService
membershipService IMembershipService
Résultat System

ChangePasswordSuccess() public méthode

public ChangePasswordSuccess ( ) : ActionResult
Résultat ActionResult

Initialize() protected méthode

protected Initialize ( RequestContext requestContext ) : void
requestContext RequestContext
Résultat void

LogOff() public méthode

public LogOff ( ) : ActionResult
Résultat ActionResult

LogOn() public méthode

public LogOn ( ) : ActionResult
Résultat ActionResult

OnActionExecuting() protected méthode

protected OnActionExecuting ( ActionExecutingContext filterContext ) : void
filterContext ActionExecutingContext
Résultat void

Register() public méthode

public Register ( ) : ActionResult
Résultat ActionResult