UnvalidatedRequestValues.Headers Properti

Definisi

Mendapatkan kumpulan header HTTP yang dikirim klien, tanpa memicu validasi permintaan.

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

Nilai Properti

Header dari permintaan HTTP.

Keterangan

Important

Jika Anda menggunakan properti ini, Anda harus memeriksa data secara manual untuk potensi serangan skrip lintas situs.

Berlaku untuk