HttpRequestBase.PhysicalPath 속성

정의

파생 클래스에서 재정의되는 경우 요청된 리소스에 대한 실제 파일 시스템 경로를 가져옵니다.

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

속성 값

String

현재 요청의 파일 시스템 경로입니다.

예외

적용 대상