AspNetWebSocketContext.PathInfo プロパティ

定義

URL 拡張機能を持つリソースの追加のパス情報を取得します。

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

プロパティ値

リソースの追加のパス情報を含む文字列。

例外

プロパティは実装されていません。

注釈

仮想パスの例として、URL http://www.contoso.com/virdir/page.html/tailの場合、このプロパティの値は /tail

適用対象