HttpResponse::SuppressContent Property

 

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

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

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

Property Value

Type: System::Boolean

true to suppress output; otherwise, false.

The following example checks whether the IsSecureConnection property is set to false. If it is, the SuppressContent property is set to true to stop the response from being sent.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: