C# 클래스 SmsWeb.Controllers.AccountController

상속: Controller
파일 보기 프로젝트 열기: samjeffress/TrickleComms

공개 메소드들

메소드 설명
Manage ( ManageMessageId message ) : 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
LogOff ( ) : System.Web.Mvc.ActionResult
Login ( LoginModel model, string returnUrl ) : ActionResult
Login ( string returnUrl ) : ActionResult
Manage ( LocalPasswordModel model ) : ActionResult
RedirectToLocal ( string returnUrl ) : ActionResult
RemoveExternalLogins ( ) : ActionResult

메소드 상세

Manage() 공개 메소드

public Manage ( ManageMessageId message ) : ActionResult
message ManageMessageId
리턴 ActionResult