HostingEnvironment.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

プロパティ値

実装

注釈

この API では .NET インフラストラクチャがサポートされます。コードから直接使用するためのものではありません。

適用対象