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

ApiController - класс

Базовый класс API контроллера.
Иерархия наследования
ControllerBase
  Controller
    FinistSoft.BackEndNetCoreHostApiController
      Подробнее...

Пространство имён:  FinistSoft.BackEndNetCoreHost
Сборка:  BackEndNetCoreHost (в BackEndNetCoreHost.exe) Версия: 1.0.0
Синтаксис
public abstract class ApiController : Controller

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

Конструкторы
  ИмяОписание
Защищённый методApiController
Инициализирует новый экземпляр класса ApiController
В начало страницы
Свойства
  ИмяОписание
Открытое свойствоRequestData
Данные запроса, заполняются в OnActionExecuting (GlobalActionFilterAttribute)
Открытое свойство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.)
В начало страницы
Методы
  ИмяОписание
Открытый методСтатический членApiResult(Object)
Формирует ответ ApiResult.
Открытый методСтатический членApiResult(Int32, Object)
----
Открытый метод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.)
Открытый метод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.)
Открытый метод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.)
В начало страницы
См. также
Иерархия наследования