VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.AspNetCore.ApiControllers Namespace / VintasoftAnnotationCollectionApiController Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
VintasoftAnnotationCollectionApiController Class
In This Topic
An ASP.NET Core API controller that handles HTTP requests from clients and allows to annotate images.
Object Model
AnnotationJsonFormatter VintasoftAnnotationCollectionApiController
Syntax
'Declaration

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

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

Remarks

This Web API controller can be used in ASP.NET Core.

The Web API controller can cache data on server side. Cache parameters can be changed in the WebServicesGlobalSettings class.

Inheritance Hierarchy

System.Object
   Microsoft.AspNetCore.Mvc.ControllerBase
      Vintasoft.Imaging.Annotation.AspNetCore.ApiControllers.VintasoftAnnotationCollectionApiController

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7, .NET 6

See Also