HttpResponseWrapper::SuppressDefaultCacheControlHeader Property

 

Gets or sets a value indicating whether to suppress the default Cache Control: private header for the current HTTP response.

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

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

Property Value

Type: System::Boolean

true to suppress the default Cache Control: private header for the current HTTP response; otherwise, false.

.NET Framework
Available since 4.5.2
Return to top
Show: