C# Class BurningPlate.Controllers.AccountController

Inheritance: ApplicationController
Afficher le fichier Open project: claco/burningplate.com

Méthodes publiques

Méthode Description
AccountController ( IMembershipService membership, IAuthenticationService authentication ) : System.Web.Mvc
Logout ( ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
Login ( ) : System.Web.Mvc.ActionResult
Login ( string userName, string password, bool remember ) : System.Web.Mvc.ActionResult
Register ( ) : System.Web.Mvc.ActionResult
Register ( string userName, string password, string emailAddress ) : System.Web.Mvc.ActionResult

Method Details

AccountController() public méthode

public AccountController ( IMembershipService membership, IAuthenticationService authentication ) : System.Web.Mvc
membership IMembershipService
authentication IAuthenticationService
Résultat System.Web.Mvc

Logout() public méthode

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