프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 | ||
Login | System.Web.Mvc.ActionResult | ||
Login | Task |
||
Manage | 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 |
||
SetUserPermissions | void | ||
VerifyCode | Task |
||
VerifyCode | Task |
메소드 | 설명 | |
---|---|---|
AccountController ( IMenuRightsService menuRightService, IClaimsSecurityService claimsSecurityService, IRegisterUserService registerUserService ) : System.Globalization | ||
LogOff ( ) : System.Web.Mvc.ActionResult | ||
Manage ( ) : System.Web.Mvc.ActionResult |
메소드 | 설명 | |
---|---|---|
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 ( ExternalLoginConfirmationViewModel model, string returnUrl ) : Task |
||
ExternalLoginFailure ( ) : System.Web.Mvc.ActionResult | ||
ForgotPassword ( ) : System.Web.Mvc.ActionResult | ||
ForgotPassword ( ForgotPasswordViewModel model ) : Task |
||
ForgotPasswordConfirmation ( ) : System.Web.Mvc.ActionResult | ||
Login ( string returnUrl ) : System.Web.Mvc.ActionResult | ||
Login ( LoginViewModel model, string returnUrl ) : Task |
||
Manage ( |
||
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult | ||
Register ( ) : System.Web.Mvc.ActionResult | ||
Register ( RegisterViewModel model ) : Task |
||
ResetPassword ( string code ) : System.Web.Mvc.ActionResult | ||
ResetPassword ( ResetPasswordViewModel model ) : Task |
||
ResetPasswordConfirmation ( ) : System.Web.Mvc.ActionResult | ||
SendCode ( SendCodeViewModel model ) : Task |
||
SendCode ( string returnUrl ) : Task |
||
SetUserPermissions ( |
Set User Permission
|
|
VerifyCode ( VerifyCodeViewModel model ) : Task |
||
VerifyCode ( string provider, string returnUrl ) : Task |
public AccountController ( IMenuRightsService menuRightService, IClaimsSecurityService claimsSecurityService, IRegisterUserService registerUserService ) : System.Globalization | ||
menuRightService | IMenuRightsService | |
claimsSecurityService | IClaimsSecurityService | |
registerUserService | IRegisterUserService | |
리턴 | System.Globalization |