IResponseAddHeader Method |
Adds an HTTP header to the current response.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax 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