C# Class App.Web.Controllers.AccountController

Inheritance: Controller
Afficher le fichier Open project: kriasoft/site-sdk Class Usage Examples

Méthodes publiques

Méthode Description
AccountController ( IMembershipService membershipService, IFormsAuthentication formsAuthentication ) : System
Manage ( ManageMessageId message ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
Disassociate ( string provider, string providerUserId ) : System.Web.Mvc.ActionResult
ExternalLogin ( string provider, string returnUrl ) : System.Web.Mvc.ActionResult
ExternalLoginCallback ( string returnUrl ) : System.Web.Mvc.ActionResult
ExternalLoginConfirmation ( RegisterExternalLoginModel model, string returnUrl ) : System.Web.Mvc.ActionResult
ExternalLoginFailure ( ) : System.Web.Mvc.ActionResult
ExternalLoginsList ( string returnUrl ) : System.Web.Mvc.ActionResult
Manage ( LocalPasswordModel model ) : System.Web.Mvc.ActionResult
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult
RemoveExternalLogins ( ) : System.Web.Mvc.ActionResult

Method Details

AccountController() public méthode

public AccountController ( IMembershipService membershipService, IFormsAuthentication formsAuthentication ) : System
membershipService IMembershipService
formsAuthentication IFormsAuthentication
Résultat System

Manage() public méthode

public Manage ( ManageMessageId message ) : System.Web.Mvc.ActionResult
message ManageMessageId
Résultat System.Web.Mvc.ActionResult