Method | Description | |
---|---|---|
ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult | ||
LogOff ( ) : System.Web.Mvc.ActionResult | ||
LogOn ( ) : System.Web.Mvc.ActionResult | ||
MembershipController ( IFormsAuthenticationService formsService, IMembershipService membershipService ) : System | ||
Register ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
ChangePassword ( ) : System.Web.Mvc.ActionResult | ||
ChangePassword ( Dinamico.Models.ChangePasswordModel model ) : System.Web.Mvc.ActionResult | ||
LogOn ( Dinamico.Models.LogOnModel model, string returnUrl ) : System.Web.Mvc.ActionResult | ||
Register ( Dinamico.Models.RegisterModel model ) : System.Web.Mvc.ActionResult |
public ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public LogOff ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public LogOn ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public MembershipController ( IFormsAuthenticationService formsService, IMembershipService membershipService ) : System | ||
formsService | IFormsAuthenticationService | |
membershipService | IMembershipService | |
return | System |
public Register ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |