| IResponseAddHeader Method  | 
            Adds an HTTP header to the current response.
            
 
Namespace: CMS.Base.InternalAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntaxvoid AddHeader(
	string name,
	string value
)
Parameters
- name
 - Type: SystemString
The name of the HTTP header to add value to. - value
 - Type: SystemString
The string to add to the header. 
See Also