IWebHostEnvironment インターフェイス

定義

アプリケーションが実行されている Web ホスティング環境に関する情報を提供します。

public interface class IWebHostEnvironment : Microsoft::Extensions::Hosting::IHostEnvironment
public interface IWebHostEnvironment : Microsoft.Extensions.Hosting.IHostEnvironment
type IWebHostEnvironment = interface
    interface IHostEnvironment
Public Interface IWebHostEnvironment
Implements IHostEnvironment
実装

プロパティ

WebRootFileProvider

WebRootPath をポイントする IFileProvider を取得または設定します。 既定では、'wwwroot' サブフォルダーからファイルを参照します。

WebRootPath

Web 予約可能なアプリケーション コンテンツ ファイルを含むディレクトリへの絶対パスを取得または設定します。 既定では、'wwwroot' サブフォルダーが使用されます。

適用対象