Udostępnij za pośrednictwem


HttpRequestHeaders.CacheControl Właściwość

Definicja

Pobiera lub ustawia wartość nagłówka Cache-Control dla żądania HTTP.

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

Wartość właściwości

Wartość nagłówka Cache-Control żądania HTTP.

Dotyczy