Method | Description | |
---|---|---|
AccountController ( IFormsAuthenticationService formsService, IMembershipBusinessLogic membershipBusinessLogic ) : System | ||
LogOn ( ) : System.Web.Mvc.ActionResult | ||
Register ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Initialize ( System.Web.Routing.RequestContext requestContext ) : void | ||
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void |
Method | Description | |
---|---|---|
ChangePassword ( ) : System.Web.Mvc.ActionResult | ||
ChangePassword ( |
||
ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult | ||
LogOff ( ) : System.Web.Mvc.ActionResult | ||
LogOn ( |
public AccountController ( IFormsAuthenticationService formsService, IMembershipBusinessLogic membershipBusinessLogic ) : System | ||
formsService | IFormsAuthenticationService | |
membershipBusinessLogic | IMembershipBusinessLogic | |
return | System |
protected Initialize ( System.Web.Routing.RequestContext requestContext ) : void | ||
requestContext | System.Web.Routing.RequestContext | |
return | void |
public LogOn ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
protected OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ActionExecutingContext | |
return | void |
public Register ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |