IWebHostEnvironment.WebRootPath 속성

정의

웹 서비스 가능 애플리케이션 콘텐츠 파일이 포함된 디렉터리의 절대 경로를 가져오거나 설정합니다. 이 기본값은 'wwwroot' 하위 폴더입니다.

public:
 property System::String ^ WebRootPath { System::String ^ get(); void set(System::String ^ value); };
public string WebRootPath { get; set; }
member this.WebRootPath : string with get, set
Public Property WebRootPath As String

속성 값

적용 대상