UnvalidatedRequestValues.Headers プロパティ

定義

要求の検証をトリガーせずに、クライアントが送信した HTTP ヘッダーのコレクションを取得します。

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

プロパティ値

HTTP 要求からのヘッダー。

注釈

Important

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

適用対象