다음을 통해 공유


HttpRequestWrapper.CurrentExecutionFilePath 속성

정의

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

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

속성 값

String

현재 실행 중인 페이지 처리기의 가상 경로입니다.

설명

CurrentExecutionFilePath속성은 현재 실행 중인 페이지 처리기의 파일 경로를 반환 합니다.

메서드나 메서드를 사용 하 여 요청을 리디렉션하 HttpServerUtility.Execute 는 경우 HttpServerUtility.Transfer CurrentExecutionFilePath 속성은 리디렉션하는 페이지 (자식 페이지)의 경로를 반환 합니다.

적용 대상