AspNetWebSocketContext.Path プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
要求されたソースの仮想パスを取得します。
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
なります。