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

InfoController - методы

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

Методы
  ИмяОписание
Открытый методDispose (Унаследован от Controller.)
Защищённый методDispose(Boolean)
Releases all resources currently used by this Controller instance.
(Унаследован от Controller.)
Открытый методIndex
[host]/api/info. Возвращает общую информацию о хостовом приложении (по умолчанию).
Открытый метод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.)
Открытый методName
[host]/api/info/name. Возвращает наименование приложения.
Открытый метод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.)
Открытый методVersion
[host]/api/info/version. Возвращает версию приложения.
Открытый метод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.)
В начало страницы
См. также