SpaStaticFilesOptions.RootPath 속성

정의

실제 파일이 있는 디렉터리의 애플리케이션 루트를 기준으로 경로를 가져오거나 설정합니다.

지정된 디렉터리가 없는 경우 미들웨어는 UseSpaStaticFiles(IApplicationBuilder) 정적 파일을 제공하지 않습니다.

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

속성 값

적용 대상