HttpRequestBase.CurrentExecutionFilePath 속성

정의

파생 클래스에서 재정의되는 경우 현재 요청의 가상 경로를 가져옵니다.

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

속성 값

String

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

예외

설명

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

메서드나 메서드를 사용 하 여 요청을 리디렉션하 HttpServerUtility.Execute 는 경우 HttpServerUtility.Transfer CurrentExecutionFilePath 속성은 리디렉션하는 페이지 (자식 페이지)의 경로를 반환 합니다. 그러나 클라이언트가 다른 페이지로 리디렉션되는 경우 FilePath 속성은 원본 페이지에 대 한 경로를 반환 합니다.

적용 대상