HttpRequestWrapper.PhysicalPath 속성

정의

요청된 리소스의 실제 파일 시스템 경로를 가져옵니다.

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

속성 값

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

적용 대상