C# Class CSharp.Bitbucket.MVC_3_Example.Controllers.AccountController

Inheritance: Controller
Show file Open project: scottksmith95/CSharp.Bitbucket

Public Methods

Method Description
ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult
LogOff ( ) : ActionResult
LogOn ( ) : ActionResult
Register ( ) : ActionResult

Private Methods

Method Description
ChangePassword ( ) : System.Web.Mvc.ActionResult
ChangePassword ( ChangePasswordModel model ) : System.Web.Mvc.ActionResult
ErrorCodeToString ( MembershipCreateStatus createStatus ) : string
LogOn ( LogOnModel model, string returnUrl ) : ActionResult
Register ( RegisterModel model ) : ActionResult

Method Details

ChangePasswordSuccess() public method

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

LogOff() public method

public LogOff ( ) : ActionResult
return ActionResult

LogOn() public method

public LogOn ( ) : ActionResult
return ActionResult

Register() public method

public Register ( ) : ActionResult
return ActionResult