C# Класс App.Web.Controllers.AccountController

Наследование: Controller
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AccountController ( IMembershipService membershipService, IFormsAuthentication formsAuthentication ) : System
Manage ( ManageMessageId message ) : System.Web.Mvc.ActionResult

Приватные методы

Метод Описание
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

Описание методов

AccountController() публичный Метод

public AccountController ( IMembershipService membershipService, IFormsAuthentication formsAuthentication ) : System
membershipService IMembershipService
formsAuthentication IFormsAuthentication
Результат System

Manage() публичный Метод

public Manage ( ManageMessageId message ) : System.Web.Mvc.ActionResult
message ManageMessageId
Результат System.Web.Mvc.ActionResult