C# Class BookManager.Web.Controllers.AccountController

Inheritance: BaseController
Datei anzeigen Open project: hiepbh/Assignment

Public Methods

Method Description
ChangePassword ( int id ) : System.Web.Mvc.ActionResult

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

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

public ChangePassword ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void