HttpRequestWrapper.AppRelativeCurrentExecutionFilePath 속성

정의

애플리케이션 루트의 가상 경로를 가져오고 애플리케이션 루트에 대한 타일드(~) 표기법을 사용하여 상대적으로 만듭니다("~/page.aspx"에서와 같이).

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

속성 값

타일드 연산자가 추가된 현재 요청에 대한 애플리케이션 루트의 가상 경로입니다.

적용 대상