次の方法で共有


ImageTagHelper.HostingEnvironment プロパティ

定義

注意事項

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

アプリケーションの を IWebHostEnvironment 取得します。 このプロパティは互換性のために残されていますが、今後のバージョンでは削除される予定です。

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

プロパティ値

属性

適用対象