C# Class WebApplication1.Controllers.AccountController

Inheritance: Microsoft.AspNet.Mvc.Controller
ファイルを表示 Open project: Quilt4/Quilt4.Service

Private Properties

Property Type Description
AddErrors void
ConfirmEmail Task
ExternalLogin Microsoft.AspNet.Mvc.ActionResult
ExternalLoginCallback Task
ExternalLoginConfirmation Task
ExternalLoginFailure Microsoft.AspNet.Mvc.ActionResult
ForgotPassword ActionResult
ForgotPassword Task
ForgotPasswordConfirmation ActionResult
LogOff ActionResult
Login ActionResult
Login Task
RedirectToLocal ActionResult
Register ActionResult
Register Task
ResetPassword ActionResult
ResetPassword Task
ResetPasswordConfirmation ActionResult
SendCode Task
SendCode Task
VerifyCode Task
VerifyCode Task

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AddErrors ( IdentityResult result ) : void
ConfirmEmail ( string userId, string code ) : Task
ExternalLogin ( string provider, string returnUrl ) : Microsoft.AspNet.Mvc.ActionResult
ExternalLoginCallback ( string returnUrl ) : Task
ExternalLoginConfirmation ( ExternalLoginConfirmationViewModel model, string returnUrl ) : Task
ExternalLoginFailure ( ) : Microsoft.AspNet.Mvc.ActionResult
ForgotPassword ( ) : ActionResult
ForgotPassword ( ForgotPasswordViewModel model ) : Task
ForgotPasswordConfirmation ( ) : ActionResult
LogOff ( ) : ActionResult
Login ( string returnUrl ) : ActionResult
Login ( LoginViewModel model, string returnUrl ) : Task
RedirectToLocal ( string returnUrl ) : ActionResult
Register ( ) : ActionResult
Register ( RegisterViewModel model ) : Task
ResetPassword ( string code ) : ActionResult
ResetPassword ( ResetPasswordViewModel model ) : Task
ResetPasswordConfirmation ( ) : ActionResult
SendCode ( SendCodeViewModel model ) : Task
SendCode ( string returnUrl, bool rememberMe ) : Task
VerifyCode ( VerifyCodeViewModel model ) : Task
VerifyCode ( string provider, string returnUrl, bool rememberMe ) : Task

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void