次の方法で共有


AspNetWebSocketContext.QueryString プロパティ

定義

クライアントから送られた AspNetWebSocket メッセージからクエリ文字列変数のコレクションを取得します。

public:
 virtual property System::Collections::Specialized::NameValueCollection ^ QueryString { System::Collections::Specialized::NameValueCollection ^ get(); };
public virtual System.Collections.Specialized.NameValueCollection QueryString { get; }
member this.QueryString : System.Collections.Specialized.NameValueCollection
Public Overridable ReadOnly Property QueryString As NameValueCollection

プロパティ値

NameValueCollection

クライアントから送信されたクエリ文字列変数のコレクション。 たとえば、要求 URL がの場合、 http://www.contoso.com/default.aspx?id=44 このプロパティは、値が id = 44である1つの項目を含むコレクションを返します。

例外

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

適用対象