Click or drag to resize
CMSActionResultCacheability Property
Sets the cacheability 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<HttpCacheability> Cacheability { get; protected set; }

Property Value

Type: NullableHttpCacheability
See Also