C# Class BookManager.Web.Controllers.AccountController

Inheritance: BaseController
Afficher le fichier Open project: hiepbh/Assignment

Méthodes publiques

Méthode Description
ChangePassword ( int id ) : System.Web.Mvc.ActionResult

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
ChangePassword ( ChangePasswordViewModel model ) : System.Web.Mvc.ActionResult
LogOut ( ) : System.Web.Mvc.ActionResult
Login ( LoginViewModel model, string returnUrl ) : System.Web.Mvc.ActionResult
Login ( string ReturnUrl = "" ) : System.Web.Mvc.ActionResult
Register ( RegisterViewModel model, string returnUrl ) : System.Web.Mvc.ActionResult
Register ( string ReturnUrl = "" ) : System.Web.Mvc.ActionResult

Method Details

ChangePassword() public méthode

public ChangePassword ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void