次の方法で共有


HttpRequestWrapper.PathInfo プロパティ

定義

URL 拡張子付きリソースの追加パス情報を取得します。

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

プロパティ値

リソースの追加パス情報。

注釈

URL http://www.contoso.com/virdir/page.html/tailの場合、 PathInfo 値は /tail です。

適用対象