HttpRequestWrapper.PhysicalApplicationPath 속성

정의

현재 애플리케이션의 루트 디렉터리에 대한 실제 파일 시스템 경로를 가져옵니다.

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

속성 값

String

현재 애플리케이션의 루트 디렉터리에 대한 파일 시스템 경로입니다.

적용 대상