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

    Parameters

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

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

    See Also