HttpRequestWrapper.FilePath 속성

정의

현재 요청의 가상 경로를 가져옵니다.

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

속성 값

String

현재 요청의 가상 경로입니다.

적용 대상