UnvalidatedRequestValuesWrapper::Headers Property
.NET Framework (current version)
Gets the collection of HTTP headers that the client sent, without triggering ASP.NET request validation.
Assembly: System.Web (in System.Web.dll)
public: property NameValueCollection^ Headers { virtual NameValueCollection^ get() override; }
Property Value
Type: System.Collections.Specialized::NameValueCollection^The headers from the HTTP request.
Security Note
|
|---|
If you use this property, you must manually check the data for potential cross-site scripting attacks. |
.NET Framework
Available since 4.5
Available since 4.5
Show:
