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

속성 값

적용 대상