HttpRequestWrapper.AppRelativeCurrentExecutionFilePath 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得應用程式根節點的虛擬路徑,並透過波浪號(~)符號(如「~/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
屬性值
應用程式的虛擬路徑,為當前請求加上波浪號運算子。