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

속성 값

String

현재 요청에 대해 물결표(~) 연산자가 추가된 애플리케이션 루트의 가상 경로입니다.

적용 대상