C# Class DapperIdentity.Web.Controllers.AccountController

Inheritance: Controller
Afficher le fichier Open project: rantowork/MVC5-Dapper-Identity

Private Properties

Свойство Type Description
AddErrors void
ConfirmationLink Task
ExternalLogin System.Web.Mvc.ActionResult
ExternalLoginCallback Task
ExternalLoginConfirmation Task
ExternalLoginFailure System.Web.Mvc.ActionResult
ForgotPassword System.Web.Mvc.ActionResult
ForgotPassword Task
ForgotPasswordConfirmation System.Web.Mvc.ActionResult
LogOff System.Web.Mvc.ActionResult
Login System.Web.Mvc.ActionResult
Login Task
RedirectToLocal System.Web.Mvc.ActionResult
Register System.Web.Mvc.ActionResult
Register Task
ResendConfirmationToken System.Threading.Tasks.Task
ResetPassword System.Web.Mvc.ActionResult
ResetPassword Task
ResetPasswordConfirmation System.Web.Mvc.ActionResult
SignInAsync System.Threading.Tasks.Task

Méthodes publiques

Méthode Description
AccountController ( UserManager userManager ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
ConfirmationLink ( string id ) : Task
ExternalLogin ( string provider, string returnUrl ) : System.Web.Mvc.ActionResult
ExternalLoginCallback ( string returnUrl ) : Task
ExternalLoginConfirmation ( DapperIdentity.Web.ViewModels.ExternalLoginConfirmationViewModel model, string returnUrl ) : Task
ExternalLoginFailure ( ) : System.Web.Mvc.ActionResult
ForgotPassword ( ) : System.Web.Mvc.ActionResult
ForgotPassword ( DapperIdentity.Web.ViewModels.ForgotPasswordViewModel model ) : Task
ForgotPasswordConfirmation ( ) : System.Web.Mvc.ActionResult
LogOff ( ) : System.Web.Mvc.ActionResult
Login ( string returnUrl ) : System.Web.Mvc.ActionResult
Login ( DapperIdentity.Web.ViewModels.LoginViewModel model, string returnUrl ) : Task
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult
Register ( ) : System.Web.Mvc.ActionResult
Register ( DapperIdentity.Web.ViewModels.RegisterViewModel model ) : Task
ResendConfirmationToken ( User user ) : System.Threading.Tasks.Task

This method generates a new confirmation token, updates the stored confirmation token and then sends a new confirmation email to the user.

ResetPassword ( string code ) : System.Web.Mvc.ActionResult
ResetPassword ( DapperIdentity.Web.ViewModels.ResetPasswordViewModel model ) : Task
ResetPasswordConfirmation ( ) : System.Web.Mvc.ActionResult
SignInAsync ( User user, bool isPersistent ) : System.Threading.Tasks.Task

Method Details

AccountController() public méthode

public AccountController ( UserManager userManager ) : System
userManager UserManager
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void