HttpResponseWrapper.SuppressDefaultCacheControlHeader Property

Definition

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

public:
 virtual property bool SuppressDefaultCacheControlHeader { bool get(); void set(bool value); };
public override bool SuppressDefaultCacheControlHeader { get; set; }
member this.SuppressDefaultCacheControlHeader : bool with get, set
Public Overrides Property SuppressDefaultCacheControlHeader As Boolean

Property Value

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

Applies to