次の方法で共有


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 でクライアントが送信したクエリ文字列変数。

例外

適用対象