Share via


HttpRequestBase.PhysicalApplicationPath 속성

정의

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

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

속성 값

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

예외

적용 대상