C# Class YouConf.Controllers.AccountController

Inheritance: BaseController
Afficher le fichier Open project: phillee007/youconf

Méthodes publiques

Méthode Description
AccountController ( IYouConfDbContext youConfDbContext, IMailSender mailSender ) : System
Manage ( ManageMessageId message ) : System.Web.Mvc.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
ForgotPassword ( ) : System.Web.Mvc.ActionResult
ForgotPassword ( string email, bool captchaValid, string captchaErrorMessage ) : System.Web.Mvc.ActionResult
LogOff ( ) : System.Web.Mvc.ActionResult
Login ( LoginModel model, string returnUrl ) : System.Web.Mvc.ActionResult
Login ( string returnUrl ) : System.Web.Mvc.ActionResult
Manage ( LocalPasswordModel model ) : System.Web.Mvc.ActionResult
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult
Register ( RegisterModel model, string returnUrl ) : System.Web.Mvc.ActionResult
Register ( string returnUrl ) : System.Web.Mvc.ActionResult
RemoveExternalLogins ( ) : System.Web.Mvc.ActionResult
ResetPassword ( ResetPasswordModel model, string key ) : System.Web.Mvc.ActionResult
ResetPassword ( string key ) : System.Web.Mvc.ActionResult

Method Details

AccountController() public méthode

public AccountController ( IYouConfDbContext youConfDbContext, IMailSender mailSender ) : System
youConfDbContext IYouConfDbContext
mailSender IMailSender
Résultat System

Manage() public méthode

public Manage ( ManageMessageId message ) : System.Web.Mvc.ActionResult
message ManageMessageId
Résultat System.Web.Mvc.ActionResult