Property | Type | Description | |
---|---|---|---|
AccountController | System | ||
LogOn | System.Web.Mvc.ActionResult | ||
RedirectToAction | System.Web.Mvc.RedirectToRouteResult |
Method | Description | |
---|---|---|
AccountController ( ILogger logger, IObjectStore objectStore, IEmailService emailService, IFormsAuthenticationService formsService, IMembershipService membershipService ) : System | ||
LogOff ( ) : System.Web.Mvc.ActionResult | ||
LogOn ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
AccountController ( |
||
LogOn ( LogOnModel model ) : System.Web.Mvc.ActionResult | ||
RedirectToAction ( System.Web.Mvc.ActionResult result ) : System.Web.Mvc.RedirectToRouteResult |
public AccountController ( ILogger logger, IObjectStore objectStore, IEmailService emailService, IFormsAuthenticationService formsService, IMembershipService membershipService ) : System | ||
logger | ILogger | |
objectStore | IObjectStore | |
emailService | IEmailService | |
formsService | IFormsAuthenticationService | |
membershipService | IMembershipService | |
return | System |
public LogOff ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public LogOn ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |