C# Класс BookManagement.Controllers.AccountController

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

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

Метод Описание
Delete ( int id ) : System.Web.Mvc.ActionResult
Manage ( ManageMessageId message ) : System.Web.Mvc.ActionResult

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

Метод Описание
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult
Disassociate ( string provider, string providerUserId ) : System.Web.Mvc.ActionResult
ErrorCodeToString ( MembershipCreateStatus createStatus ) : string
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
LogOff ( ) : System.Web.Mvc.ActionResult
Login ( LoginModel model, string returnUrl ) : System.Web.Mvc.ActionResult
Login ( string returnUrl ) : System.Web.Mvc.ActionResult
Manage ( LocalPasswordModel model ) : System.Web.Mvc.ActionResult
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult
Register ( ) : System.Web.Mvc.ActionResult
Register ( RegisterModel model ) : System.Web.Mvc.ActionResult
RemoveExternalLogins ( ) : System.Web.Mvc.ActionResult

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

Delete() публичный метод

public Delete ( int id ) : System.Web.Mvc.ActionResult
id int
Результат System.Web.Mvc.ActionResult

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

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