UnvalidatedRequestValuesWrapper.Form プロパティ

定義

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

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

プロパティ値

NameValueCollection

HTTP 要求からのフォーム変数。

注釈

重要

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

適用対象