HttpResponse.StatusDescription Property
.NET Framework 3.0
Gets or sets the HTTP status string of the output returned to the client.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_StatusDescription () /** @property */ public void set_StatusDescription (String value)
public function get StatusDescription () : String public function set StatusDescription (value : String)
Not applicable.
Property Value
A string describing the status of the HTTP output returned to the client. The default value is "OK".Community Additions
ADD
Show: