HttpResponse::SuppressContent Property
.NET Framework (current version)
Gets or sets a value indicating whether to send HTTP content to the client.
Assembly: System.Web (in System.Web.dll)
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: