Share via


ResponseHeaders.CacheControl Property

Definition

Gets or sets the Cache-Control header for an HTTP response.

public:
 property Microsoft::Net::Http::Headers::CacheControlHeaderValue ^ CacheControl { Microsoft::Net::Http::Headers::CacheControlHeaderValue ^ get(); void set(Microsoft::Net::Http::Headers::CacheControlHeaderValue ^ value); };
public Microsoft.Net.Http.Headers.CacheControlHeaderValue CacheControl { get; set; }
public Microsoft.Net.Http.Headers.CacheControlHeaderValue? CacheControl { get; set; }
member this.CacheControl : Microsoft.Net.Http.Headers.CacheControlHeaderValue with get, set
Public Property CacheControl As CacheControlHeaderValue

Property Value

Applies to