Метод | Описание | |
---|---|---|
AccountController ( ) : System | ||
AccountController ( IFormsAuthenticationService formsService, IMembershipService membershipService ) : System | ||
ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult | ||
LogOff ( ) : System.Web.Mvc.ActionResult | ||
LogOn ( ) : System.Web.Mvc.ActionResult | ||
Register ( ) : System.Web.Mvc.ActionResult |
Метод | Описание | |
---|---|---|
Initialize ( System.Web.Routing.RequestContext requestContext ) : void | ||
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void |
Метод | Описание | |
---|---|---|
ChangePassword ( ) : System.Web.Mvc.ActionResult | ||
ChangePassword ( ChangePasswordModel model ) : System.Web.Mvc.ActionResult | ||
ErrorCodeToString ( MembershipCreateStatus createStatus ) : string | ||
LogOn ( LogOnModel model, bool rememberMe, string returnUrl ) : System.Web.Mvc.ActionResult | ||
Register ( RegisterModel model ) : System.Web.Mvc.ActionResult |
public AccountController ( IFormsAuthenticationService formsService, IMembershipService membershipService ) : System | ||
formsService | IFormsAuthenticationService | |
membershipService | IMembershipService | |
Результат | System |
public ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
protected Initialize ( System.Web.Routing.RequestContext requestContext ) : void | ||
requestContext | System.Web.Routing.RequestContext | |
Результат | void |
public LogOff ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public LogOn ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
protected OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ActionExecutingContext | |
Результат | void |
public Register ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |