HttpResponseBase::SuppressContent Property

 

Gets or sets a value that indicates whether to send HTTP content to the client.

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

public:
property bool SuppressContent {
	virtual bool get();
	virtual void set(bool value);
}

Property Value

Type: System::Boolean

true if output is suppressed; otherwise, false.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: