ResponseHeaders.CacheControl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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