wwPageResponse::Status

Allows you to specify the Response Status Code. The status code is the status number and message that follows the HTTP protocol.

Examples:

Response.Status = "200 OK"
Response.Status = "401 Not Found"
Response.Status = "404 Unauthorized"
Response.Status = "500 Server Error"

Parameters

Initial value: 200 OK

See also