WebApplicationFactoryContentRootAttribute.ContentRootPath Property

Definition

Gets the content root path for a given project. This content root can be relative or absolute. If it is a relative path, it will be combined with BaseDirectory.

public:
 property System::String ^ ContentRootPath { System::String ^ get(); };
public string ContentRootPath { get; }
member this.ContentRootPath : string
Public ReadOnly Property ContentRootPath As String

Property Value

Applies to