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