Click or drag to resize
IResponseAddHeader Method
Adds an HTTP header to the current response.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
void 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