C# 클래스 Expenses.Web.Controllers.AccountController

상속: Controller
파일 보기 프로젝트 열기: brianbruff/Expenses

공개 메소드들

메소드 설명
Manage ( ManageMessageId message ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
Disassociate ( string provider, string providerUserId ) : System.Web.Mvc.ActionResult
ErrorCodeToString ( MembershipCreateStatus createStatus ) : string
ExternalLogin ( string provider, string returnUrl ) : System.Web.Mvc.ActionResult
ExternalLoginCallback ( string returnUrl ) : System.Web.Mvc.ActionResult
ExternalLoginConfirmation ( RegisterExternalLoginModel model, string returnUrl ) : System.Web.Mvc.ActionResult
ExternalLoginFailure ( ) : System.Web.Mvc.ActionResult
ExternalLoginsList ( string returnUrl ) : System.Web.Mvc.ActionResult
GetErrorsFromModelState ( ) : IEnumerable
InitiateDatabaseForNewUser ( string userName ) : void

Initiate a new todo list for new user

JsonLogin ( LoginModel model, string returnUrl ) : System.Web.Mvc.JsonResult
JsonRegister ( RegisterModel model, string returnUrl ) : System.Web.Mvc.ActionResult
LogOff ( ) : System.Web.Mvc.ActionResult
Manage ( LocalPasswordModel model ) : System.Web.Mvc.ActionResult
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult
RemoveExternalLogins ( ) : System.Web.Mvc.ActionResult

메소드 상세

Manage() 공개 메소드

public Manage ( ManageMessageId message ) : System.Web.Mvc.ActionResult
message ManageMessageId
리턴 System.Web.Mvc.ActionResult