AspNetWebSocketContext.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

プロパティ値

仮想パス。

例外

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

注釈

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

適用対象