메소드 | 설명 | |
---|---|---|
ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult |
#8
|
|
ForgotPassword ( ) : System.Web.Mvc.ActionResult |
#3
|
|
LogOff ( ) : System.Web.Mvc.ActionResult |
#5
|
|
LogOn ( ) : System.Web.Mvc.ActionResult |
#1
|
|
PublicController ( IFormsAuthenticationService formsService, IMembershipService membershipService, IEmailService emailService ) : System |
메소드 | 설명 | |
---|---|---|
ChangePassword ( ) : System.Web.Mvc.ActionResult | ||
ChangePassword ( ChangePasswordModel model ) : System.Web.Mvc.ActionResult | ||
ForgotPassword ( string userName, bool captchaValid ) : System.Web.Mvc.ActionResult | ||
LogOn ( LogOnModel model, string returnUrl ) : System.Web.Mvc.ActionResult |
public ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult | ||
리턴 | System.Web.Mvc.ActionResult |
public ForgotPassword ( ) : System.Web.Mvc.ActionResult | ||
리턴 | System.Web.Mvc.ActionResult |
public PublicController ( IFormsAuthenticationService formsService, IMembershipService membershipService, IEmailService emailService ) : System | ||
formsService | IFormsAuthenticationService | |
membershipService | IMembershipService | |
emailService | IEmailService | |
리턴 | System |