UnvalidatedRequestValues.QueryString プロパティ

定義

ASP.NET 要求の検証をトリガーせずに、クライアントが送信した HTTP クエリ文字列変数のコレクションを取得します。

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

プロパティ値

クライアントから送信されたクエリ文字列変数のコレクション。

注釈

重要

このプロパティを使用する場合は、クロスサイト スクリプティング攻撃の可能性がないかデータを手動で確認する必要があります。

適用対象