次の方法で共有


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

プロパティ値

String

仮想パス。

例外

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

注釈

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

適用対象