次の方法で共有


HttpRequestBase.Path プロパティ

定義

派生クラスでオーバーライドされた場合、現在の要求の仮想パスを取得します。

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

プロパティ値

現在の要求の仮想パス。

例外

適用対象