Share via


HttpRequestWrapper.QueryString プロパティ

定義

HTTP クエリ文字列変数のコレクションを取得します。

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

プロパティ値

現在の要求の URL でクライアントが送信したクエリ文字列変数。

適用対象