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

若使用此功能,必須手動檢查資料中是否有跨站腳本攻擊。

適用於