Gets or sets a value indicating that HTTP content will not be sent to client.
[Visual Basic] Public Property SuppressContent As Boolean [C#] public bool SuppressContent {get; set;} [C++] public: __property bool get_SuppressContent(); public: __property void set_SuppressContent(bool); [JScript] public function get SuppressContent() : Boolean; public function set SuppressContent(Boolean);
true if output is to be suppressed; otherwise false.
HttpResponse Class | HttpResponse Members | System.Web Namespace