Field CacheControl
The HTTP Cache-Control header.
Directs caching mechanisms on how to cache the response, including directives for expiration and revalidation.
public const string CacheControl = "Cache-Control"
Returns
- string
- The HTTP Cache-Control header. Directs caching mechanisms on how to cache the response, including directives for expiration and revalidation.