IWebHostEnvironment.WebRootPath プロパティ

定義

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

public:
 property System::String ^ WebRootPath { System::String ^ get(); void set(System::String ^ value); };
public string WebRootPath { get; set; }
member this.WebRootPath : string with get, set
Public Property WebRootPath As String

プロパティ値

適用対象