C# Class RateMyAmenity.Controllers.AccountController

Inheritance: Controller
Afficher le fichier Open project: Tamakloe/EF_Project Class Usage Examples

Méthodes publiques

Méthode Description
ChangePassword ( ) : System.Web.Mvc.ActionResult
ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult
LogOff ( ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
ChangePassword ( ChangePasswordModel model ) : System.Web.Mvc.ActionResult
ErrorCodeToString ( MembershipCreateStatus createStatus ) : string
GetErrorsFromModelState ( ) : IEnumerable
Login ( LoginModel model, string returnUrl ) : System.Web.Mvc.ActionResult
Login ( string returnUrl ) : System.Web.Mvc.ActionResult
Register ( ) : System.Web.Mvc.ActionResult
Register ( RegisterModel model ) : System.Web.Mvc.ActionResult

Method Details

ChangePassword() public méthode

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

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