HttpRequestHeaderCollection.CacheControl 属性

定义

获取 HttpCacheDirectiveHeaderValueCollection ,它表示 HTTP 请求上的 Cache-Control HTTP 标头的值。

public:
 property HttpCacheDirectiveHeaderValueCollection ^ CacheControl { HttpCacheDirectiveHeaderValueCollection ^ get(); };
HttpCacheDirectiveHeaderValueCollection CacheControl();
public HttpCacheDirectiveHeaderValueCollection CacheControl { get; }
var httpCacheDirectiveHeaderValueCollection = httpRequestHeaderCollection.cacheControl;
Public ReadOnly Property CacheControl As HttpCacheDirectiveHeaderValueCollection

属性值

表示 Cache-Control HTTP 标头的值的 对象。 空集合表示标头不存在。

适用于

另请参阅