HttpRequestBase.QueryString プロパティ

定義

派生クラスでオーバーライドされると、HTTP クエリ文字列変数のコレクションを取得します。

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 でクライアントによって送信されたクエリ文字列変数。

例外

適用対象