Méthode |
Description |
|
Authenticate ( string username ) : void |
|
|
ChangePassword ( [ Prefix = "ChangePasswordModel")]AuthChangePasswordModelmodel ) : System.Web.Mvc.ActionResult |
|
|
ForgotPassword ( [ Prefix = "ForgotPasswordModel")]AuthForgotPasswordModelmodel ) : System.Web.Mvc.ActionResult |
|
|
Index ( ) : System.Web.Mvc.ActionResult |
|
|
LogIn ( [ Prefix = "LogInModel")]AuthLogInModelmodel, string returnUrl ) : System.Web.Mvc.ActionResult |
|
|
LogIn ( string returnUrl ) : System.Web.Mvc.ActionResult |
|
|
LogOut ( ) : System.Web.Mvc.ActionResult |
|
|
SignUp ( ) : System.Web.Mvc.ActionResult |
|
|
SignUp ( [ Prefix = "SignUpModel")]AuthSignUpModelmodel ) : System.Web.Mvc.ActionResult |
|
|