C# Class Demo.Controllers.AccountController

Inheritance: ApiController
Mostrar archivo Open project: novanet/Fagdag16082012

Public Methods

Method Description
ChangePassword ( ) : ActionResult
ChangePasswordSuccess ( ) : ActionResult
LogOff ( ) : ActionResult

Private Methods

Method Description
ChangePassword ( ChangePasswordModel model ) : ActionResult
ErrorCodeToString ( MembershipCreateStatus createStatus ) : string
GetErrorsFromModelState ( ) : IEnumerable
Login ( LoginModel model, string returnUrl ) : ActionResult
Login ( string returnUrl ) : ActionResult
Register ( ) : ActionResult
Register ( RegisterModel model ) : ActionResult

Method Details

ChangePassword() public method

public ChangePassword ( ) : ActionResult
return ActionResult

ChangePasswordSuccess() public method

public ChangePasswordSuccess ( ) : ActionResult
return ActionResult

LogOff() public method

public LogOff ( ) : ActionResult
return ActionResult