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 override bool SuppressDefaultCacheControlHeader { get; set; }

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: