次の方法で共有


HttpRequestWrapper.Path プロパティ

定義

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

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

プロパティ値

String

現在の要求の仮想パス。

適用対象