C# Class WebSite.Controllers.LoginController

Inheritance: Controller
Afficher le fichier Open project: jediskywalker/RTDeals

Méthodes publiques

Méthode Description
EmailAccountactivation ( ) : System.Web.Mvc.ActionResult
Register ( string txtEmail, string txtConfirmEmail, string txtPassword, string txtConfirmPassword, string Button ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
Index ( ) : System.Web.Mvc.ActionResult
Index ( string UserName, string Password ) : System.Web.Mvc.ActionResult

Method Details

EmailAccountactivation() public méthode

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

Register() public méthode

public Register ( string txtEmail, string txtConfirmEmail, string txtPassword, string txtConfirmPassword, string Button ) : System.Web.Mvc.ActionResult
txtEmail string
txtConfirmEmail string
txtPassword string
txtConfirmPassword string
Button string
Résultat System.Web.Mvc.ActionResult