C# 클래스 OpenLan.Web.Controllers.AccountController

상속: Microsoft.AspNet.Mvc.Controller
파일 보기 프로젝트 열기: scarpentier/OpenLan

공개 메소드들

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

비공개 메소드들

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

메소드 상세

AccountController() 공개 메소드

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