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

屬性值

應用程式的虛擬路徑,為當前請求加上波浪號運算子。

適用於