Share via


ScriptTagHelper.HostingEnvironment プロパティ

定義

アプリケーションの を 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; }
protected internal Microsoft.AspNetCore.Hosting.IWebHostEnvironment HostingEnvironment { get; }
member this.HostingEnvironment : Microsoft.AspNetCore.Hosting.IHostingEnvironment
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

プロパティ値

適用対象