C# 클래스 Website.Controllers.AccountController

상속: ApiController
파일 보기 프로젝트 열기: beginor/practice 1 사용 예제들

공개 메소드들

메소드 설명
AccountController ( UserManager userManager, SignInManager signInManager ) : System

비공개 메소드들

메소드 설명
AddErrors ( IdentityResult result ) : void
ConfirmEmail ( string userId, string code ) : Task
ExternalLogin ( string provider, string returnUrl = null ) : IActionResult
ExternalLoginCallback ( string returnUrl = null ) : Task
ExternalLoginConfirmation ( ExternalLoginConfirmationViewModel model, string returnUrl = null ) : Task
ForgotPassword ( ) : IActionResult
ForgotPassword ( ForgotPasswordViewModel model ) : Task
ForgotPasswordConfirmation ( ) : IActionResult
GetCurrentUserAsync ( ) : Task
LogOff ( ) : IActionResult
Login ( string returnUrl = null ) : IActionResult
Login ( LoginViewModel model, string returnUrl = null ) : Task
RedirectToLocal ( string returnUrl ) : IActionResult
Register ( ) : IActionResult
Register ( RegisterViewModel model ) : Task
ResetPassword ( string code = null ) : IActionResult
ResetPassword ( ResetPasswordViewModel model ) : Task
ResetPasswordConfirmation ( ) : IActionResult
SendCode ( string returnUrl = null, bool rememberMe = false ) : Task
SendCode ( SendCodeViewModel model ) : Task
VerifyCode ( VerifyCodeViewModel model ) : Task
VerifyCode ( string provider, bool rememberMe, string returnUrl = null ) : Task

메소드 상세

AccountController() 공개 메소드

public AccountController ( UserManager userManager, SignInManager signInManager ) : System
userManager UserManager
signInManager SignInManager
리턴 System