VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom.AspNetCore.ApiControllers Namespace / VintasoftDicomApiController Class / HostingEnvironment Property
Syntax Requirements SeeAlso
In This Topic
HostingEnvironment Property (VintasoftDicomApiController)
In This Topic
Gets an information about the web hosting environment an application is running in.
Syntax
'Declaration

Public ReadOnly Property HostingEnvironment As Microsoft.AspNetCore.Hosting.IWebHostEnvironment

public Microsoft.AspNetCore.Hosting.IWebHostEnvironment HostingEnvironment { get; }

Requirements

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

See Also