Click or drag to resize
CMSActionResultCacheRevalidation Property
Sets the revalidation part of Cache-Control HTTP header value.

Namespace: CMS.Base.Routing
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public Nullable<HttpCacheRevalidation> CacheRevalidation { get; protected set; }

Property Value

Type: NullableHttpCacheRevalidation
See Also