VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.AspNetCore.ApiControllers Namespace / VintasoftAnnotationCollectionApiController Class / VintasoftAnnotationCollectionApiController Constructor(IWebHostEnvironment)
Syntax Requirements SeeAlso
In This Topic
    VintasoftAnnotationCollectionApiController Constructor(IWebHostEnvironment)
    In This Topic
    Initializes a new instance of the VintasoftAnnotationCollectionApiController class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal hostingEnvironment
    Information about the web hosting environment an application is running in.
    As Microsoft.AspNetCore.Hosting.IWebHostEnvironment _
    )
    public VintasoftAnnotationCollectionApiController(
    Microsoft.AspNetCore.Hosting.IWebHostEnvironment hostingEnvironment
    )
    public: VintasoftAnnotationCollectionApiController(
    Microsoft.AspNetCore.Hosting.IWebHostEnvironment* hostingEnvironment
    )
    public:
    VintasoftAnnotationCollectionApiController(
    Microsoft.AspNetCore.Hosting.IWebHostEnvironment^ hostingEnvironment
    )

    Parameters

    hostingEnvironment
    Information about the web hosting environment an application is running in.
    Requirements

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

    See Also