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

プロパティ値

チルダ演算子を追加した現在の要求のアプリケーション ルートの仮想パス。

適用対象