HttpRequestBase.AppRelativeCurrentExecutionFilePath プロパティ

定義

派生クラスでオーバーライドされると、アプリケーション ルートの仮想パスを取得し、アプリケーション ルートのチルダ (~) 表記を使用して相対パスにします ("~/page.aspx" のように)。

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

プロパティ値

チルダ演算子 (~) が追加された現在の要求のアプリケーション ルートの仮想パス。

例外

適用対象