Свойство | Type | Description | |
---|---|---|---|
AddErrors | void | ||
ConfirmEmail | 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 |
||
ResetPassword | System.Web.Mvc.ActionResult | ||
ResetPassword | Task |
||
ResetPasswordConfirmation | System.Web.Mvc.ActionResult | ||
SendCode | Task |
||
SendCode | Task |
||
VerifyCode | Task |
||
VerifyCode | Task |
Méthode | Description | |
---|---|---|
AccountController ( ) : System.Linq | ||
AccountController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System.Linq |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Méthode | Description | |
---|---|---|
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void | ||
ConfirmEmail ( string userId, string code ) : Task |
||
ExternalLogin ( string provider, string returnUrl ) : System.Web.Mvc.ActionResult | ||
ExternalLoginCallback ( string returnUrl ) : Task |
||
ExternalLoginConfirmation ( ProjektMVP.Models.Account.ExternalLoginConfirmationViewModel model, string returnUrl ) : Task |
||
ExternalLoginFailure ( ) : System.Web.Mvc.ActionResult | ||
ForgotPassword ( ) : System.Web.Mvc.ActionResult | ||
ForgotPassword ( ProjektMVP.Models.Account.ForgotPasswordViewModel model ) : Task |
||
ForgotPasswordConfirmation ( ) : System.Web.Mvc.ActionResult | ||
LogOff ( ) : System.Web.Mvc.ActionResult | ||
Login ( string returnUrl ) : System.Web.Mvc.ActionResult | ||
Login ( ProjektMVP.Models.Account.LoginViewModel model, string returnUrl ) : Task |
||
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult | ||
Register ( ) : System.Web.Mvc.ActionResult | ||
Register ( ProjektMVP.Models.Account.RegisterViewModel model ) : Task |
||
ResetPassword ( string code ) : System.Web.Mvc.ActionResult | ||
ResetPassword ( ProjektMVP.Models.Account.ResetPasswordViewModel model ) : Task |
||
ResetPasswordConfirmation ( ) : System.Web.Mvc.ActionResult | ||
SendCode ( ProjektMVP.Models.Account.SendCodeViewModel model ) : Task |
||
SendCode ( string returnUrl, bool rememberMe ) : Task |
||
VerifyCode ( ProjektMVP.Models.Account.VerifyCodeViewModel model ) : Task |
||
VerifyCode ( string provider, string returnUrl, bool rememberMe ) : Task |
public AccountController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System.Linq | ||
userManager | ApplicationUserManager | |
signInManager | ApplicationSignInManager | |
Résultat | System.Linq |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |