ImageTagHelper.HostingEnvironment Property

Definition

Caution

This property is obsolete and will be removed in a future version.

Gets the IWebHostEnvironment for the application. This property is obsolete and will be removed in a future version.

protected:
 property Microsoft::AspNetCore::Hosting::IHostingEnvironment ^ HostingEnvironment { Microsoft::AspNetCore::Hosting::IHostingEnvironment ^ get(); };
protected public:
 property Microsoft::AspNetCore::Hosting::IHostingEnvironment ^ HostingEnvironment { Microsoft::AspNetCore::Hosting::IHostingEnvironment ^ get(); };
protected public:
 property Microsoft::AspNetCore::Hosting::IWebHostEnvironment ^ HostingEnvironment { Microsoft::AspNetCore::Hosting::IWebHostEnvironment ^ get(); };
protected Microsoft.AspNetCore.Hosting.IHostingEnvironment HostingEnvironment { get; }
protected internal Microsoft.AspNetCore.Hosting.IHostingEnvironment HostingEnvironment { get; }
[System.Obsolete("This property is obsolete and will be removed in a future version.")]
protected internal Microsoft.AspNetCore.Hosting.IWebHostEnvironment HostingEnvironment { get; }
member this.HostingEnvironment : Microsoft.AspNetCore.Hosting.IHostingEnvironment
[<System.Obsolete("This property is obsolete and will be removed in a future version.")>]
member this.HostingEnvironment : Microsoft.AspNetCore.Hosting.IWebHostEnvironment
Protected ReadOnly Property HostingEnvironment As IHostingEnvironment
Protected Friend ReadOnly Property HostingEnvironment As IHostingEnvironment
Protected Friend ReadOnly Property HostingEnvironment As IWebHostEnvironment

Property Value

Attributes

Applies to