WebApplicationFactoryContentRootAttribute.ContentRootPath プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
特定のプロジェクトのコンテンツ ルート パスを取得します。 このコンテンツ ルートには、相対または絶対を指定できます。 相対パスの場合は、 と BaseDirectory組み合わされます。
public:
property System::String ^ ContentRootPath { System::String ^ get(); };
public string ContentRootPath { get; }
member this.ContentRootPath : string
Public ReadOnly Property ContentRootPath As String