HttpResponse::Status Property
.NET Framework (current version)
Sets the Status line that is returned to the client.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::String^Setting the status code causes a string describing the status of the HTTP output to be returned to the client. The default value is 200 (OK).
| Exception | Condition |
|---|---|
| HttpException | Status is set to an invalid status code. |
Status has been deprecated in favor of StatusDescription and is provided only for compatibility with earlier versions of ASP. With ASP.NET, use StatusDescription instead.
.NET Framework
Available since 1.1
Available since 1.1
Show: