次の方法で共有


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

プロパティ値

NameValueCollection

HTTP 要求からのヘッダー。

注釈

重要

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

適用対象