Method | Description | |
---|---|---|
AccountController ( ) : System | ||
AccountController ( IFormsAuthentication formsAuth ) : System | ||
LogOff ( ) : System.Web.Mvc.ActionResult | ||
LogOn ( ) : System.Web.Mvc.ActionResult | ||
Search ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void |
Method | Description | |
---|---|---|
LogOn ( string userName, string password, bool rememberMe, string returnUrl ) : System.Web.Mvc.ActionResult | ||
ValidateLogOn ( string userName, string password ) : bool |
public AccountController ( IFormsAuthentication formsAuth ) : System | ||
formsAuth | IFormsAuthentication | |
return | System |
public LogOff ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
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 Search ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |