Share via


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

プロパティ値

String

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

例外

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

注釈

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

適用対象