次の方法で共有


HttpRequestWrapper.FilePath プロパティ

定義

現在の要求の仮想パスを取得します。

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

プロパティ値

現在の要求の仮想パス。

適用対象