C# Class Dinamico.Controllers.MembershipController

Inheritance: Controller
Afficher le fichier Open project: n2cms/n2cms

Méthodes publiques

Méthode 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

Private Methods

Méthode 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

Method Details

ChangePasswordSuccess() public méthode

public ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

LogOff() public méthode

public LogOff ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

LogOn() public méthode

public LogOn ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

MembershipController() public méthode

public MembershipController ( IFormsAuthenticationService formsService, IMembershipService membershipService ) : System
formsService IFormsAuthenticationService
membershipService IMembershipService
Résultat System

Register() public méthode

public Register ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult