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

屬性值

適用於