C# Class BurningPlate.Controllers.AccountController

Inheritance: ApplicationController
Datei anzeigen Open project: claco/burningplate.com

Public Methods

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

Private Methods

Method 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 method

public AccountController ( IMembershipService membership, IAuthenticationService authentication ) : System.Web.Mvc
membership IMembershipService
authentication IAuthenticationService
return System.Web.Mvc

Logout() public method

public Logout ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult