次の方法で共有


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

現在の要求に対応するアプリケーション ルートのティルダ演算子付きの仮想パス。

適用対象