VintaSoft Imaging .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Imaging.ImageProcessing.AspNetCore.ApiControllers Namespace / VintasoftImageProcessingApiController Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
В этом разделе
Класс VintasoftImageProcessingApiController
В этом разделе
ASP.NET Core API контроллер, который обрабатывает HTTP запросы от клиентов и позволяет обрабатывать изображения.
Объектная модель
VintasoftImageProcessingApiController
Синтаксис
'Declaration

<ApiControllerAttribute()>
<RouteAttribute("Template = vintasoft/api/[controller]/[action]", "Order = 0", "Name = null")>
<ControllerAttribute()>
Public Class VintasoftImageProcessingApiController
   Inherits Microsoft.AspNetCore.Mvc.ControllerBase

[ApiController()]
[Route("Template = vintasoft/api/[controller]/[action]", "Order = 0", "Name = null")]
[Controller()]
public class VintasoftImageProcessingApiController : Microsoft.AspNetCore.Mvc.ControllerBase

Ремарки

Этот веб API-контроллер можно использовать в ASP.NET Core.

Веб API-контроллер может кэшировать данные на стороне сервера. Параметры кэша можно изменить в классе WebServicesGlobalSettings.

Иерархия наследования

System.Object
   Microsoft.AspNetCore.Mvc.ControllerBase
      Vintasoft.Imaging.ImageProcessing.AspNetCore.ApiControllers.VintasoftImageProcessingApiController

Требования

Целевые платформы: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6

Смотрите также