HttpRequestBase.CurrentExecutionFilePath 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
파생 클래스에서 재정의되는 경우 현재 요청의 가상 경로를 가져옵니다.
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
속성 값
현재 실행 중인 페이지 처리기의 가상 경로입니다.
예외
설명
CurrentExecutionFilePath속성은 현재 실행 중인 페이지 처리기의 파일 경로를 반환 합니다.
메서드나 메서드를 사용 하 여 요청을 리디렉션하 HttpServerUtility.Execute 는 경우 HttpServerUtility.Transfer CurrentExecutionFilePath 속성은 리디렉션하는 페이지 (자식 페이지)의 경로를 반환 합니다. 그러나 클라이언트가 다른 페이지로 리디렉션되는 경우 FilePath 속성은 원본 페이지에 대 한 경로를 반환 합니다.