AppendHeader Method
Syntax
Context.Response.AppendHeader as V (Name as C, Value as C)
Arguments
- NameCharacter
The name of the HTTP header item.
- ValueCharacter
The value of the HTTP header item.
Description
Adds an HTTP header to the current response.
Discussion
Context.Response.AppendHeader(Name, Value) adds an HTTP header to the current response.