IHostEnvironment.ContentRootPath プロパティ

定義

アプリケーションのコンテンツ ファイルを含むディレクトリへの絶対パスを取得または設定します。

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

プロパティ値

適用対象