HttpResponseBase::Status Property

 

Gets or sets the Status value that is returned to the client.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property String^ Status {
	virtual String^ get();
	virtual void set(String^ value);
}

Property Value

Type: System::String^

The status of the HTTP output. For information about valid status codes, see HTTP Status Codes on the MSDN Web site.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: