AspNetWebSocketContext.QueryString プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
クライアントから送られた 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
プロパティ値
クライアントから送信されたクエリ文字列変数のコレクション。 たとえば、要求 URL がの場合、 http://www.contoso.com/default.aspx?id=44
このプロパティは、値が id = 44
である1つの項目を含むコレクションを返します。
例外
プロパティは実装されていません。