Variable CSPResponse::Status
Description:
Contains the HTTP status of the response.
 |
Prototype
CSPString Status;
Remarks:
The default value is "200 OK".
You should use this varible before any data is sent to the client.
Examples:
Response.Status = "400 Bad Request";
|
|