HttpResponseWrapper::AddHeader Method (String^, String^)
.NET Framework (current version)
Adds an HTTP header to the current response. This method is provided for compatibility with earlier versions of ASP.
Assembly: System.Web (in System.Web.dll)
Parameters
- name
-
Type:
System::String^
The name of the HTTP header to add value to.
- value
-
Type:
System::String^
The string to add to the header.
.NET Framework
Available since 3.5
Available since 3.5
Show: