Для изменения размера нажмите или перетащите

AccountController - класс

Контроллер для авторизации.
Иерархия наследования
ControllerBase
  Controller
    FinistSoft.BackEndNetCoreHostApiController
      FinistSoft.BackEndNetCoreHost.Controllers.ApiAccountController

Пространство имён:  FinistSoft.BackEndNetCoreHost.Controllers.Api
Сборка:  BackEndNetCoreHost (в BackEndNetCoreHost.exe) Версия: 1.0.0
Синтаксис
[RouteAttribute("api/[controller]")]
public class AccountController : ApiController

Тип AccountController предоставляет следующие члены.

Конструкторы
  ИмяОписание
Открытый методAccountController
Конструктор.
В начало страницы
Свойства
  ИмяОписание
Открытое свойствоRequestData
Данные запроса, заполняются в OnActionExecuting (GlobalActionFilterAttribute)
(Унаследован от ApiController.)
Открытое свойствоTempData
Gets or sets ITempDataDictionary used by ViewResult.
(Унаследован от Controller.)
Открытое свойствоViewBag
Gets the dynamic view bag.
(Унаследован от Controller.)
Открытое свойствоViewData
Gets or sets ViewDataDictionary used by ViewResult and ViewBag.
(Унаследован от Controller.)
В начало страницы
Методы
  ИмяОписание
Открытый методDispose (Унаследован от Controller.)
Защищённый методDispose(Boolean)
Releases all resources currently used by this Controller instance.
(Унаследован от Controller.)
Открытый методJson(Object)
Creates a JsonResult object that serializes the specified data object to JSON.
(Унаследован от Controller.)
Открытый методJson(Object, JsonSerializerSettings)
Creates a JsonResult object that serializes the specified data object to JSON.
(Унаследован от Controller.)
Открытый методLogin
Авторизация пользователя. Если авторизация по JWT-токену не настроена, то вернется пустой токен.
Открытый методOnActionExecuted
Called after the action method is invoked.
(Унаследован от Controller.)
Открытый методOnActionExecuting
Called before the action method is invoked.
(Унаследован от Controller.)
Открытый методOnActionExecutionAsync
Called before the action method is invoked.
(Унаследован от Controller.)
Открытый методPartialView
Creates a PartialViewResult object that renders a partial view to the response.
(Унаследован от Controller.)
Открытый методPartialView(String)
Creates a PartialViewResult object by specifying a viewName.
(Унаследован от Controller.)
Открытый методPartialView(Object)
Creates a PartialViewResult object by specifying a model to be rendered by the partial view.
(Унаследован от Controller.)
Открытый методPartialView(String, Object)
Creates a PartialViewResult object by specifying a viewName and the model to be rendered by the partial view.
(Унаследован от Controller.)
Открытый методTestUser
Тест подключения для авторизованного пользователя.
Открытый методView
Creates a ViewResult object that renders a view to the response.
(Унаследован от Controller.)
Открытый методView(String)
Creates a ViewResult object by specifying a viewName.
(Унаследован от Controller.)
Открытый методView(Object)
Creates a ViewResult object by specifying a model to be rendered by the view.
(Унаследован от Controller.)
Открытый методView(String, Object)
Creates a ViewResult object by specifying a viewName and the model to be rendered by the view.
(Унаследован от Controller.)
Открытый методViewComponent(String)
Creates a ViewComponentResult by specifying the name of a view component to render.
(Унаследован от Controller.)
Открытый методViewComponent(Type)
Creates a ViewComponentResult by specifying the Type of a view component to render.
(Унаследован от Controller.)
Открытый методViewComponent(String, Object)
Creates a ViewComponentResult by specifying the name of a view component to render.
(Унаследован от Controller.)
Открытый методViewComponent(Type, Object)
Creates a ViewComponentResult by specifying the Type of a view component to render.
(Унаследован от Controller.)
В начало страницы
Поля
  ИмяОписание
Закрытое поле_tempData (Унаследован от Controller.)
Закрытое поле_viewBag (Унаследован от Controller.)
Закрытое поле_viewData (Унаследован от Controller.)
Закрытое полеjwtSettings
Типизированный доступ к секции JwtAuthSetttings настроек приложения.
В начало страницы
См. также