Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft