HttpResponse.StatusCode Property
.NET Framework 3.0
Gets or sets the HTTP status code of the output returned to the client.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public Property StatusCode As Integer 'Usage Dim instance As HttpResponse Dim value As Integer value = instance.StatusCode instance.StatusCode = value
/** @property */ public int get_StatusCode () /** @property */ public void set_StatusCode (int value)
public function get StatusCode () : int public function set StatusCode (value : int)
Not applicable.
Property Value
An Integer representing the status of the HTTP output returned to the client. The default value is 200 (OK).Community Additions
ADD
Show: