HttpResponseWrapper::SuppressDefaultCacheControlHeader Property
Gets or sets a value indicating whether to suppress the default Cache Control: private header for the current HTTP response.
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::Booleantrue to suppress the default Cache Control: private header for the current HTTP response; otherwise, false.
.NET Framework
Available since 4.5.2
Available since 4.5.2
Show: