C# Class Playr.Web.Controllers.AccountController

Inheritance: Controller
ファイルを表示 Open project: osbornm/Playr

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
ErrorCodeToString ( MembershipCreateStatus createStatus ) : string
GetErrorsFromModelState ( ) : IEnumerable
Login ( LoginModel model, string returnUrl ) : System.Web.Mvc.ActionResult
Login ( string returnUrl ) : System.Web.Mvc.ActionResult
Profile ( ProfileModel model ) : System.Web.Mvc.ActionResult
Register ( ) : System.Web.Mvc.ActionResult
Register ( RegisterModel model ) : Task

Method Details

ChangePasswordSuccess() public method

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

Dispose() protected method

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

LogOff() public method

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

Profile() public method

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