Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
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 | ||
return | System.Web.Mvc.ActionResult |
public ForgotPassword ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public LogOff ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public LogOn ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public PublicController ( IFormsAuthenticationService formsService, IMembershipService membershipService, IEmailService emailService ) : System | ||
formsService | IFormsAuthenticationService | |
membershipService | IMembershipService | |
emailService | IEmailService | |
return | System |