HttpRequestBase.AppRelativeCurrentExecutionFilePath プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
派生クラスでオーバーライドされた場合、アプリケーション ルートの仮想パスを取得し、チルダ (~) 表記を使用したアプリケーション ルートの相対パス ("~/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
プロパティ値
現在の要求に対応するアプリケーション ルートのティルダ演算子 (~) 付きの仮想パス。