wwPageResponse::Headers
A collection of individual HTTP headers that are to be added to the request header. The Headers of the Response can be set at any time during the request as they are cached and written at the end of the request.
The collection contains a pair of name and value pairs that can be accessed like this:
foxpro
foxpro
Response.Headers.Add("Expires","-1")
Response.Headers.Add("Custom","CustomValue")
Response.Headers.Clear() && Remove all headers
You can also use the Response.AppendHeader() method which has the same functionality.
Parameters
Initial value: null
Remarks
See also
Class wwPageResponsewwPageResponse::AppendHeader
© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic