UnvalidatedRequestValues.QueryString プロパティ

定義

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

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

プロパティ値

クライアントによって送信されるクエリ文字列変数のコレクション。

注釈

Important

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

適用対象