VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup.AspNetCore.ApiControllers Namespace / VintasoftImageProcessingDocCleanupApiController Class / VintasoftImageProcessingDocCleanupApiController Constructor(IWebHostEnvironment)
Syntax Requirements SeeAlso
In This Topic
VintasoftImageProcessingDocCleanupApiController Constructor(IWebHostEnvironment)
In This Topic
Initializes a new instance of the VintasoftImageProcessingDocCleanupApiController 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 VintasoftImageProcessingDocCleanupApiController(
Microsoft.AspNetCore.Hosting.IWebHostEnvironment hostingEnvironment
)

Parameters

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

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

See Also