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"

Default Value

Initial value: 200 OK

See also:

Class wwPageResponse

© West Wind Technologies, 1996-2022 • Updated: 10/09/15
Comment or report problem with topic