C# Class SmsWeb.Controllers.AccountController

Inheritance: Controller
Afficher le fichier Open project: samjeffress/TrickleComms

Méthodes publiques

Méthode Description
Manage ( ManageMessageId message ) : ActionResult

Private Methods

Méthode Description
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

Method Details

Manage() public méthode

public Manage ( ManageMessageId message ) : ActionResult
message ManageMessageId
Résultat ActionResult